1
Showing
2 changed files
with
3 additions
and
0 deletions
... | @@ -96,8 +96,10 @@ export default { | ... | @@ -96,8 +96,10 @@ export default { |
96 | methods: { | 96 | methods: { |
97 | //默认加载表格信息 | 97 | //默认加载表格信息 |
98 | queryClick () { | 98 | queryClick () { |
99 | this.$startLoading(); | ||
99 | this.queryForm.bsmSqyw = this.bsmSqyw; | 100 | this.queryForm.bsmSqyw = this.bsmSqyw; |
100 | selectQlxx({ ...this.queryForm, ...this.pageData }).then((res) => { | 101 | selectQlxx({ ...this.queryForm, ...this.pageData }).then((res) => { |
102 | this.$endLoading(); | ||
101 | if (res.code === 200) { | 103 | if (res.code === 200) { |
102 | let { total, records } = res.result; | 104 | let { total, records } = res.result; |
103 | this.tableData.total = total; | 105 | this.tableData.total = total; | ... | ... |
-
Please register or sign in to post a comment