Parcourir la source

tagtype只能为4

Luolei il y a 6 ans
Parent
commit
cf0de03eb0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/icss/PubTagPartDetail.vue

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

@@ -582,7 +582,7 @@ export default {
               }else{
                 ++num;
                 if(num == 6){
-                  if(tmpArr[0].tagType == 1){
+                  if(tmpArr[0].tagType != 4){
                     this.$message({
                         showClose: true,
                         message: '添加的数据有误',