Commit 3bd345d5 authored by 黄奎's avatar 黄奎

页面修改

parent 7cc1c884
...@@ -205,8 +205,16 @@ ...@@ -205,8 +205,16 @@
this.loading = true; this.loading = true;
this.msgFinance.BatchId = id; this.msgFinance.BatchId = id;
SetCommissionPeriodsFinanace(this.msgFinance).then(res => { SetCommissionPeriodsFinanace(this.msgFinance).then(res => {
console.log("res",res);
if (res.Code == 1) { if (res.Code == 1) {
this.getList() this.getList();
this.$q.notify({
icon: 'iconfont icon-chenggong',
color: 'accent',
timeout: 2000,
message: res.Message,
position: 'top'
})
} }
this.loading1 = false; this.loading1 = false;
}).catch(err => { }).catch(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