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