Selaa lähdekoodia

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

zhulu 1 vuosi sitten
vanhempi
commit
6879d1298d
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      src/views/check/dialog.edit.vue

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