Explorar el Código

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

zhouna hace 6 años
padre
commit
0456b4c9a9
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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(){