Commit a5f20955 authored by youjie's avatar youjie

no message

parent 39dcdb9a
...@@ -430,6 +430,7 @@ ...@@ -430,6 +430,7 @@
export default { export default {
data() { data() {
return { return {
loading: true,
accountList: [], accountList: [],
ClientTypeList: [], ClientTypeList: [],
nameA: this.$t("ground.zhanghumingcheng2"), nameA: this.$t("ground.zhanghumingcheng2"),
...@@ -682,7 +683,7 @@ export default { ...@@ -682,7 +683,7 @@ export default {
}, },
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.$message.success(thi.$t("pub.saveYes")); this.$message.success(this.$t("pub.saveYes"));
this.getList(); this.getList();
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment