Commit db2e8eae authored by 黄奎's avatar 黄奎

页面修改

parent 83840aeb
...@@ -154,8 +154,8 @@ ...@@ -154,8 +154,8 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="outerVisible = false,clearData()"></button> &nbsp; <button class="hollowFixedBtn" @click="outerVisible =false"></button> &nbsp;
<button class="normalBtn" type="primary" @click="saveSCMAccount()">保存</button> <button class="normalBtn" type="button" @click="saveSCMAccount()">保存</button>
</div> </div>
</el-dialog> </el-dialog>
</div> </div>
...@@ -194,13 +194,14 @@ ...@@ -194,13 +194,14 @@
methods: { methods: {
//保存信息 //保存信息
saveSCMAccount() { saveSCMAccount() {
this.apipost('scm_post_SetSCMHotelService', 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.outerVisible=false;
this.$message.success(res.data.message); this.$message.success(res.data.message);
this.getList() this.getList()
this.clearData(); }
} else { else
{
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
}, err => {}) }, err => {})
......
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