Merge pull request #2764 from dataease/pr@dev_bag_clear

Pr@dev bag clear
This commit is contained in:
dataeaseShu 2022-08-02 16:30:18 +08:00 committed by GitHub
commit 8968a31850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;