Commit 9e483dce authored by 黄奎's avatar 黄奎

页面修改

parent 05860ef2
...@@ -191,8 +191,9 @@ ...@@ -191,8 +191,9 @@
methods: { methods: {
//保存信息 //保存信息
saveSCMAccount() { saveSCMAccount() {
this.apipost('admin_post_SetAdminAccount', this.addMsg, res => { this.apipost('scm_post_SetSCMHotelService', this.addMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.outerVisible=false;
this.$message.success(res.data.message); this.$message.success(res.data.message);
this.getList() this.getList()
this.clearData(); this.clearData();
......
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