43181a2e by jiaozeping@pashanhoo.com

加载项

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