小组管理
parent
5a8831b159
commit
85ce5821d7
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue