@@ -340,6 +340,7 @@ export default {
...this.rankForm,
orderSort: this.orderSort,
managementSource: 2,
+ ...this.formState,
})
.then((res) => {
// console.log(res);
@@ -580,6 +580,10 @@ export default {
defaultPageSize: res.data.data.size,
total: res.data.data.total,
};
+ } else {
+ this.loading = false;
+ this.tableList = [];
+ this.pagination.total = 0;
}
});
},