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