Просмотр исходного кода

Merge branch 'dev2/luolei' into dev

Luolei 6 лет назад
Родитель
Сommit
ddc468fe5f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/icss/NoiseTemplate.vue

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

@@ -13,7 +13,7 @@
       ref="submitForm"
     ></PubTagGroup>
     <div class="main">
-      <p v-if="dataPub.region1 != 6 && dataPub.region1 != 7 && dataPub.region1 != 8" class="title"> <i>*</i> 标签明细:</p>
+      <p v-if="dataPub.region1 != 6 && dataPub.region1 != 7 && dataPub.region1 != 8 && dataPub.region1 != 9" class="title"> <i>*</i> 标签明细:</p>
       <PubTagPartDetail
         :pool="dataPub.tagPool"
         :type="dataPub.region1"
@@ -168,7 +168,7 @@ export default {
     validatePass() {      //验证成功回调,调取接口
       //仍需验证标签明细是否选择
       let type = this.dataPub.region1;
-      if (JSON.stringify(this.sendIds) == '[[],[],[],[],[],[]]' && type != 6 && type != 7 && type != 8) {
+      if (JSON.stringify(this.sendIds) == '[[],[],[],[],[],[]]' && type != 6 && type != 7 && type != 8 && type != 9) {
         this.$message({
           message: '请选择标签明细',
           type: 'warning'