Commit 6d3f1634 authored by 黄奎's avatar 黄奎
parents f29da827 b9f1cd83
...@@ -1122,6 +1122,7 @@ ...@@ -1122,6 +1122,7 @@
this.loading = true; this.loading = true;
this.apipost('Financial_post_GetCostTypeAllPageList', this.msg, res => { this.apipost('Financial_post_GetCostTypeAllPageList', this.msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.loading = false;
let data = res.data.data.pageData.list; let data = res.data.data.pageData.list;
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
data.forEach(x => { data.forEach(x => {
...@@ -1141,7 +1142,6 @@ ...@@ -1141,7 +1142,6 @@
}) })
this.DataList = data; this.DataList = data;
} }
this.loading = false;
} else { } else {
this.loading = false; this.loading = false;
this.$message.error(res.data.message); this.$message.error(res.data.message);
......
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