|
@@ -846,7 +846,7 @@ export default {
|
|
|
goLookForm (row) {
|
|
goLookForm (row) {
|
|
|
const { first, second } = this.$store.getters.level || {}
|
|
const { first, second } = this.$store.getters.level || {}
|
|
|
const didian = second || first
|
|
const didian = second || first
|
|
|
- this.srcUrl = this.$reportPath.replace('show', 'pdf') + '设备/设备档案卡.rpx&id_=' + row.id + '&org_=' + '&second_=' + didian
|
|
|
|
|
|
|
+ this.srcUrl = this.$reportPath.replace('show', 'pdf') + '设备/设备档案卡.rpx&id_=' + row.id + '&org_=' + first + '&second_=' + didian
|
|
|
this.iframeVisible = true
|
|
this.iframeVisible = true
|
|
|
},
|
|
},
|
|
|
// 按钮事件处理
|
|
// 按钮事件处理
|