|
@@ -27,16 +27,16 @@
|
|
|
:props="{ value: 'id', label: 'labelName',emitPath:false }"
|
|
|
></el-cascader>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="" prop="checkFlagInt" v-if="checkFlagIntType">
|
|
|
- <el-select v-model="queryParams.checkFlagInt" placeholder="检查结果" style="width: 200px">
|
|
|
- <el-option
|
|
|
- v-for="dict in optionList"
|
|
|
- :key="dict.value"
|
|
|
- :label="dict.label"
|
|
|
- :value="dict.value"
|
|
|
- />
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
+ <!--<el-form-item label="" prop="checkFlagInt" v-if="checkFlagIntType">-->
|
|
|
+ <!--<el-select v-model="queryParams.checkFlagInt" placeholder="检查结果" style="width: 200px">-->
|
|
|
+ <!--<el-option-->
|
|
|
+ <!--v-for="dict in optionList"-->
|
|
|
+ <!--:key="dict.value"-->
|
|
|
+ <!--:label="dict.label"-->
|
|
|
+ <!--:value="dict.value"-->
|
|
|
+ <!--/>-->
|
|
|
+ <!--</el-select>-->
|
|
|
+ <!--</el-form-item>-->
|
|
|
<el-form-item label="" prop="checkUserName">
|
|
|
<el-input
|
|
|
maxLength="30"
|
|
@@ -192,7 +192,7 @@
|
|
|
page: 1,
|
|
|
pageSize: 20,
|
|
|
hazardCheckPro: null,
|
|
|
- checkFlagInt: null,
|
|
|
+ // checkFlagInt: null,
|
|
|
checkUserName: ''
|
|
|
},
|
|
|
//时间数据
|
|
@@ -253,7 +253,7 @@
|
|
|
page: 1,
|
|
|
pageSize: 20,
|
|
|
hazardCheckPro: null,
|
|
|
- checkFlagInt: null,
|
|
|
+ // checkFlagInt: null,
|
|
|
checkUserName: ''
|
|
|
})
|
|
|
this.securityCheckPlanSetFindProgress()
|