Переглянути джерело

Merge remote-tracking branch 'origin/V0.0.3' into V0.0.3

凉纪 1 рік тому
батько
коміт
26986bf67f

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

+ 3 - 3
src/views/resumption/plan/dialog.edit.vue

@@ -579,7 +579,7 @@ export default {
         //如果是  备用电源维护
         case "5":
           //周期
-          this.formData.planCycle = "4";
+          this.formData.planCycle = "5";
           //机构类型
           this.formData.execOrgType = "4";
           this.getRolesByOrg();
@@ -595,7 +595,7 @@ export default {
         //如果是  离行式自助银行巡检
         case "6":
           //周期
-          this.formData.planCycle = "2";
+          this.formData.planCycle = "4";
           //机构类型
           this.formData.execOrgType = "5";
           this.getRolesByOrg();
@@ -604,7 +604,7 @@ export default {
           //履职时间
           this.formData.planExec = "1";
           //履职次数
-          this.formData.count = 1;
+          this.formData.count = 2;
           //履职内容
           this.tableData = null;
           break;