修改信息异常信息的提示
This commit is contained in:
parent
55101ced96
commit
e23af9ef81
@ -443,7 +443,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.$message.error("异常" + data.msg);
|
this.$message.error(data.msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.dataListLoading = false;
|
this.dataListLoading = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user