|
@@ -73,8 +73,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
- },
|
|
|
+ },
|
|
|
created() {
|
|
|
+ this.equipComDelList = decodeURIComponent(this.$route.query.equipComDelList);
|
|
|
this.queryToBelDelEquip();
|
|
|
},
|
|
|
computed: {
|
|
@@ -168,7 +169,6 @@ export default {
|
|
|
Filters: `ModelId in ${this.equipComDelList}`
|
|
|
}
|
|
|
toBeDelEquipPage(params, res => {
|
|
|
- console.log(res.Content, 123)
|
|
|
this.pageData = res.Content;
|
|
|
this.pageData.forEach(item => {
|
|
|
if (item.BIMLocation) {
|