分页bug修复

This commit is contained in:
shixiaoman
2021-12-09 15:34:18 +08:00
parent 3ff74b9b8c
commit 3717fdcb69
4 changed files with 4 additions and 4 deletions

View File

@@ -167,9 +167,9 @@
/* 刷新表格 */
reload() {
this.loading = true;
this.momData = [];
listMonthCompositeIndex(this.where).then((res) => {
console.log(res.data.data);
this.momData = [];
if (res.data.code == 0) {
this.$message.success(res.data.msg);
res.data.data.forEach((m) => {