Commit b2329013 by 陈羽

update: update

parent ec6e26b0
......@@ -214,7 +214,6 @@ export default {
syncStatus: this.syncStatus,
search: this.search
};
this.tableData = [];
tagList(params)
.then(res => {
this.total = res.data.result.totalCount;
......@@ -228,6 +227,8 @@ export default {
this.$nextTick(() => {
this.changePageToggleSelect();
});
} else {
this.tableData = [];
}
})
.finally(_ => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment