ezhizao_zx 11 ماه پیش
والد
کامیت
6a60010bf2
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      src/views/business/inspectionChamber/index.vue

+ 4 - 4
src/views/business/inspectionChamber/index.vue

@@ -203,10 +203,10 @@ function handleSave(row) {
     proxy.$modal.msgError('请输入仪器室名称')
     return
   }
-  if (row.chamberCode == null || row.chamberCode == '') {
-    proxy.$modal.msgError('请输入仪器室编号')
-    return
-  }
+  // if (row.chamberCode == null || row.chamberCode == '') {
+  //   proxy.$modal.msgError('请输入仪器室编号')
+  //   return
+  // }
   // 判断是否填写仪器室编号
   if (row.id == null) {
     addInspectionChamber(row).then(res => {