Commit b4eaabe4 authored by 黄奎's avatar 黄奎

页面修改

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