机构管理 工作组 编辑bug 51818
机构管理 工作组 查询bug 51817
This commit is contained in:
@@ -268,7 +268,7 @@ export default {
|
||||
},
|
||||
//查询
|
||||
searchPostName() {
|
||||
this.page = 1;
|
||||
this.workSearch.page = 1;
|
||||
this.getWorkData();
|
||||
},
|
||||
//清空
|
||||
@@ -448,6 +448,7 @@ export default {
|
||||
},
|
||||
checkedRole(data) {
|
||||
this.addForm = {
|
||||
id: this.addForm.id,
|
||||
workGroup: this.addForm.workGroup || "",
|
||||
workPeopleGroup: this.addForm.workPeopleGroup || [],
|
||||
workLeaderGroup: this.addForm.workLeaderGroup || []
|
||||
@@ -466,6 +467,7 @@ export default {
|
||||
},
|
||||
checkedRole2(data) {
|
||||
this.addForm = {
|
||||
id: this.addForm.id,
|
||||
workGroup: this.addForm.workGroup || "",
|
||||
workPeopleGroup: this.addForm.workPeopleGroup || [],
|
||||
workLeaderGroup: this.addForm.workLeaderGroup || []
|
||||
|
||||
Reference in New Issue
Block a user