|
@@ -351,7 +351,7 @@ export default {
|
|
|
this.loading = false;
|
|
|
})
|
|
|
},
|
|
|
- del() {// 点击需从模型中删除的设备
|
|
|
+ del() {// 点击需从模型中删除的设备
|
|
|
let equipComDelList = encodeURIComponent(JSON.stringify(this.equipComDelList));
|
|
|
let jumpRouter = this.$router.resolve({ path: '/model/report/deleted', query: { equipComDelList: equipComDelList } })
|
|
|
window.open(jumpRouter.href, '_blank')
|
|
@@ -492,4 +492,4 @@ export default {
|
|
|
background: #f3f3f3 !important;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|