管理页面修改
This commit is contained in:
parent
81c4f29a4a
commit
cac99fdc23
@ -334,6 +334,9 @@ export default {
|
|||||||
deleteData(id) {
|
deleteData(id) {
|
||||||
this.$emit("dataDelete", id);
|
this.$emit("dataDelete", id);
|
||||||
},
|
},
|
||||||
|
handleSearch() {},
|
||||||
|
handleAddUser() {},
|
||||||
|
handleBatchDelete() {},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
//监听分页大小变化
|
//监听分页大小变化
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user