代码调整
This commit is contained in:
parent
97f606a314
commit
efac958ea0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user