浏览代码

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

zhouna 6 年之前
父节点
当前提交
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(){