Commit 1e15d9f7 authored by Marcus's avatar Marcus

去掉 添加客户失败,请联系管理员

parent 922c0cd1
...@@ -638,9 +638,7 @@ export default { ...@@ -638,9 +638,7 @@ export default {
// this.getList(); // this.getList();
const obj = { path: "/customer/customer" }; const obj = { path: "/customer/customer" };
this.$tab.closeOpenPage(obj); this.$tab.closeOpenPage(obj);
}).catch(e => { })
this.$modal.msgError(e.msg || this.$t('添加客户失败,请联系管理员'))
});
return; return;
} }
// 添加的提交 // 添加的提交
...@@ -650,9 +648,7 @@ export default { ...@@ -650,9 +648,7 @@ export default {
// this.getList(); // this.getList();
const obj = { path: "/customer/customer" }; const obj = { path: "/customer/customer" };
this.$tab.closeOpenPage(obj); this.$tab.closeOpenPage(obj);
}).catch(e => { })
this.$modal.msgError(e.msg || this.$t('添加客户失败,请联系管理员'))
});
}); });
}) })
}, },
......
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