代码调整

This commit is contained in:
joylink_cuiweidong 2021-04-08 15:33:59 +08:00
parent bd70771cf5
commit 4c3a511551

View File

@ -125,6 +125,7 @@ export default {
const elem = this.elementList.find(el => el.code == this.selected.type);
if (elem) {
elem.model = this.selected;
this.enabledTab=this.selected.type;
}
} else {
this.selected = null;