Эх сурвалжийг харах

Merge branch 'V0.0.3' of http://10.87.10.227:4000/jzyd_yyds/soc_web into V0.0.3

zhulu 1 жил өмнө
parent
commit
6879d1298d

+ 3 - 2
src/views/check/dialog.edit.vue

@@ -499,7 +499,7 @@ export default {
           //机构类型
           this.formData.execOrgType = null;
           //角色
-          this.formData.roleList = [];
+          this.formData.roleIds = [];
           //检查次数
           this.formData.count = 1;
           //检查内容
@@ -512,9 +512,10 @@ export default {
           //机构类型
           this.formData.execOrgType = null;
           //角色
-          this.formData.roleList = [];
+          this.formData.roleIds = [];
           //检查次数
           this.formData.count = 1;
+          this.formData.checkOrgTypes=[];
           //检查内容
           this.tableData = null;
           break;