|
|
@@ -458,6 +458,7 @@ export default {
|
|
|
//角色
|
|
|
this.formData.roleIds = ["121"];
|
|
|
this.selectedValues= ["121"];
|
|
|
+ this.formData.checkOrgTypes=["4"];
|
|
|
//检查次数
|
|
|
this.formData.count = 3;
|
|
|
//检查内容
|
|
|
@@ -518,7 +519,7 @@ export default {
|
|
|
this.tableData = null;
|
|
|
break;
|
|
|
}
|
|
|
- this.changeBuildTime();
|
|
|
+ // this.changeBuildTime();
|
|
|
},
|
|
|
isbuildTaskNow() {
|
|
|
if (
|