فهرست منبع

tagtype只能为4

Luolei 6 سال پیش
والد
کامیت
cf0de03eb0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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: '添加的数据有误',