修复bug

This commit is contained in:
28353131@qq.com 2020-11-29 17:03:42 +08:00
parent 63e2052b9a
commit acf6cf7298

View File

@ -305,6 +305,7 @@
this.prepaymentList = response.rows; this.prepaymentList = response.rows;
this.total = response.total; this.total = response.total;
this.loadAll(); this.loadAll();
this.loading = false;
}); });
}, },
// //