|
@@ -615,8 +615,8 @@ export default {
|
|
if (arr.length) {
|
|
if (arr.length) {
|
|
let tempArr = [];
|
|
let tempArr = [];
|
|
arr.map(t => {
|
|
arr.map(t => {
|
|
- if (this.BIMIDToSIName[t.data.sourceId]) {
|
|
|
|
- tempArr.push(this.BIMIDToSIName[t.data.sourceId]);
|
|
|
|
|
|
+ if (this.BIMIDToSIName[t.data.SourceId]) {
|
|
|
|
+ tempArr.push(this.BIMIDToSIName[t.data.SourceId]);
|
|
}
|
|
}
|
|
})
|
|
})
|
|
this.$refs.createBSP.showDialog(tempArr.toString());
|
|
this.$refs.createBSP.showDialog(tempArr.toString());
|