Browse Source

tagtype只能为4

Luolei 6 years ago
parent
commit
cf0de03eb0
1 changed files with 1 additions and 1 deletions
  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: '添加的数据有误',