Browse Source

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

zhouna 6 years atrás
parent
commit
0456b4c9a9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/preTreat/PubSelect.vue

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

@@ -215,7 +215,9 @@
         const key = this.focusName;
         const key = this.focusName;
         this.noHolder = this.noHolder.replace(','+i,'');
         this.noHolder = this.noHolder.replace(','+i,'');
         this.rows[i].name = this.rows[i].name+maps[type];
         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;
         this.disableBtn = true;
       },
       },
       handleExclu(){
       handleExclu(){