代码调整

This commit is contained in:
joylink_cuiweidong 2021-04-13 09:11:33 +08:00
parent 97f606a314
commit efac958ea0

View File

@ -194,7 +194,7 @@ export default {
},
getComposeElemList() {
const source = this.$iscs.getSource();
if (source.elementList && source.elementLis.length > 0) {
if (source.elementList && source.elementList.length > 0) {
this.composeElemList = source.elementList;
this.statusTab = this.composeElemList[0].code;
}