@@ -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(){