小组管理

master
lijiayao 2024-04-23 22:17:24 +08:00
parent 5a8831b159
commit 85ce5821d7
1 changed files with 6 additions and 1 deletions

View File

@ -198,7 +198,9 @@ export default {
},
//
form: {},
groupsForm: {},
groupsForm: {
groupName:undefined
},
//
rules: {
},
@ -226,6 +228,8 @@ export default {
//
cancel() {
this.open = false;
this.dialogTableVisible = false
this.dialogFormVisible = false
this.reset();
},
//
@ -320,6 +324,7 @@ export default {
},
/** 新增小组按钮操作 */
handleGroupsAdd() {
this.groupsForm.groupName = undefined
this.dialogTableVisible = false
this.dialogFormVisible = true
},