Commit db2e8eae authored by 黄奎's avatar 黄奎

页面修改

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