43181a2e by jiaozeping@pashanhoo.com

加载项

1 parent 1eb427d3
...@@ -71,8 +71,10 @@ export default { ...@@ -71,8 +71,10 @@ export default {
71 }, 71 },
72 methods: { 72 methods: {
73 queryClick () { 73 queryClick () {
74 this.$startLoading();
74 this.queryForm.sqywbm = this.sqywInfo.djywbm; 75 this.queryForm.sqywbm = this.sqywInfo.djywbm;
75 selectZdjbxx({ ...this.queryForm, ...this.pageData }).then((res) => { 76 selectZdjbxx({ ...this.queryForm, ...this.pageData }).then((res) => {
77 this.$endLoading();
76 if (res.code === 200) { 78 if (res.code === 200) {
77 let { total, records } = res.result; 79 let { total, records } = res.result;
78 this.tableData.total = total; 80 this.tableData.total = total;
......