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

独立填写单多列占位符bug修改2033

zhouna 6 лет назад
Родитель
Сommit
0456b4c9a9
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      src/components/preTreat/PubSelect.vue

+ 3 - 1
src/components/preTreat/PubSelect.vue

@@ -215,7 +215,9 @@
         const key = this.focusName;
         this.noHolder = this.noHolder.replace(','+i,'');
         this.rows[i].name = this.rows[i].name+maps[type];
-        this.rows[i].description = this.rows[i].description+maps[type];
+        if(this.type!='3'){
+          this.rows[i].description = this.rows[i].description+maps[type];
+        }
         this.disableBtn = true;
       },
       handleExclu(){