feat: 列表刷新,分页

This commit is contained in:
@changcode
2022-06-06 17:37:01 +08:00
parent 2a05817a51
commit e053e00f4b
12 changed files with 445 additions and 288 deletions

View File

@@ -38,10 +38,10 @@ export default {
}
},
methods: {
tableOperation ([command, row, param]) {
tableOperation ([command, row]) {
switch (command) {
default:
this.$emit(command, row, param)
this.$emit(command, row)
break
}
},