Commit a5f20955 authored by youjie's avatar youjie

no message

parent 39dcdb9a
......@@ -430,6 +430,7 @@
export default {
data() {
return {
loading: true,
accountList: [],
ClientTypeList: [],
nameA: this.$t("ground.zhanghumingcheng2"),
......@@ -682,7 +683,7 @@ export default {
},
(res) => {
if (res.data.resultCode == 1) {
this.$message.success(thi.$t("pub.saveYes"));
this.$message.success(this.$t("pub.saveYes"));
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