Kaynağa Gözat

协定方保存不校验治法

cc12458 1 yıl önce
ebeveyn
işleme
840e61404c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/views/business/AccordEdit.vue

+ 2 - 2
src/views/business/AccordEdit.vue

@@ -320,14 +320,14 @@ export default {
         return;
       }
 
-      if (tcmdParams.treatment == "") {
+      /*if (tcmdParams.treatment == "") {
         this.$message({
           type: "error",
           message: "请输入治法",
           showClose: true
         });
         return;
-      }
+      }*/
 
       this.addAccordData();
     },