Commit bc61cdb9 by swl

gx

parent a9bb61be
......@@ -267,8 +267,8 @@ export default {
pageSize: this.pagination.pageSize,
};
getCategory(params).then((res) => {
this.tableData = res.data.list;
this.pagination.total = res.data.total;
this.tableData = res.data?.list;
this.pagination.total = res.data?.total;
});
},
delFlagHandle(row) {
......
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