Selaa lähdekoodia

标签组症状详细没有明细也可以添加

zhangxc 6 vuotta sitten
vanhempi
commit
b86b16ee2b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/icss/NoiseTemplate.vue

+ 1 - 1
src/components/icss/NoiseTemplate.vue

@@ -174,7 +174,7 @@ export default {
     validatePass() {      //验证成功回调,调取接口
       //仍需验证标签明细是否选择
       let type = this.dataPub.region1;
-      if (JSON.stringify(this.sendIds) == '[[],[],[],[],[],[]]' && type != 6 && type != 7 && type != 8 && type != 9 && type != 21 && type != 22 && type != 10) {
+      if (JSON.stringify(this.sendIds) == '[[],[],[],[],[],[]]' && type != 6 && type != 7 && type != 8 && type != 9 && type != 21 && type != 22 && type != 10 &&(type == 1&&this.dataPub.region2!=4)) {
         this.$message({
           message: '请选择标签明细',
           type: 'warning'