Commit b4eaabe4 authored by 黄奎's avatar 黄奎

页面修改

parent 80c0efd1
...@@ -735,17 +735,17 @@ ...@@ -735,17 +735,17 @@
TCIDs: this.$route.query.id TCIDs: this.$route.query.id
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.TotalNav = res.data.data this.TotalNav = res.data.data;
this.getNav() this.getNav();
} else { } else {
this.$message.error(res.data.message) this.$message.error(res.data.message);
} }
}, err => {}) }, err => {})
}, },
getList() { getList() {
this.loading = true this.loading = true;
this.apipost('dmcstatistics_post_GetGroupLeaderUserMoneyPlan', this.msg, res => { this.apipost('dmcstatistics_post_GetGroupLeaderUserMoneyPlan', this.msg, res => {
this.loading = false this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.list = res.data.data; this.list = res.data.data;
this.UseCount = this.list.UseCount; this.UseCount = this.list.UseCount;
...@@ -753,7 +753,6 @@ ...@@ -753,7 +753,6 @@
x.CostProject = x.CostProject.toString(); x.CostProject = x.CostProject.toString();
}); });
} else { } else {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, err => {}) }, err => {})
...@@ -763,8 +762,8 @@ ...@@ -763,8 +762,8 @@
this.isUpdate = this.$route.query.isUpdate; this.isUpdate = this.$route.query.isUpdate;
this.msg.TCIDs = this.$route.query.id; this.msg.TCIDs = this.$route.query.id;
this.NewCombinationNum = this.$route.query.NewCombinationNum; this.NewCombinationNum = this.$route.query.NewCombinationNum;
this.getList() this.getList();
this.getTotalNav() this.getTotalNav();
} }
} }
......
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