forked from github/dataease
Merge pull request #2764 from dataease/pr@dev_bag_clear
Pr@dev bag clear
This commit is contained in:
commit
8968a31850
@ -361,7 +361,7 @@ export default {
|
||||
this.create();
|
||||
return;
|
||||
}
|
||||
const { deptId:id, deptName:label } = row.dept;
|
||||
const { deptId:id, deptName:label } = (row.dept || {});
|
||||
this.selectDepts = [{id, label}]
|
||||
this.formType = "modify";
|
||||
this.dialogVisible = true;
|
||||
|
Loading…
Reference in New Issue
Block a user