|
|
@@ -483,7 +483,7 @@ const handleInspectionNatureSubmit = async () => {
|
|
|
|
|
|
// 判断是否为电站锅炉内检
|
|
|
const isPowerStationBoiler = inspectionNatureForm.value.equipmentType == '1' &&
|
|
|
- inspectionNatureForm.value.equipmentCategory == '300' &&
|
|
|
+ inspectionNatureForm.value.equipmentCategory == '200' &&
|
|
|
inspectionNatureForm.value.inspectionNature == '100'
|
|
|
console.log(inspectionNatureForm.value.templateSaveReqVOList)
|
|
|
const params = {
|