bugfix 解决一部分0703反馈bug
This commit is contained in:
@@ -274,7 +274,6 @@ export default {
|
||||
}).then(({ data: res }) => {
|
||||
if (res.code === 0) {
|
||||
this.$message.success("删除成功!");
|
||||
|
||||
this.page = 1;
|
||||
this.size =
|
||||
"defaultPageSize" in this.tableConfig.column ? this.tableConfig.column.defaultPageSize : 20;
|
||||
|
||||
Reference in New Issue
Block a user