xuzhancheng 1 ヶ月 前
コミット
fdd22a95d9

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/inspectionNature/index.vue

@@ -599,7 +599,7 @@ const handleReportTemplateConfirm = () => {
 // 判断是否为电站锅炉内检
 const isPowerStationBoiler = computed(() => {
   return inspectionNatureForm.value.equipmentType == '1' &&
-    inspectionNatureForm.value.equipmentCategory == '300' &&
+    inspectionNatureForm.value.equipmentCategory == '200' &&
     inspectionNatureForm.value.inspectionNature == '100'
 })
 </script>