|
|
@@ -743,7 +743,7 @@ export default {
|
|
|
// 查看表单
|
|
|
goLookForm (row) {
|
|
|
const orgId = this.$store.getters.org.id
|
|
|
- this.srcUrl = this.$reportPath.replace('show', 'pdf') + '设备/设备档案卡.rpx&id_=' + row.id
|
|
|
+ this.srcUrl = this.$reportPath.replace('show', 'pdf') + '仪器设备管理程序/设备档案卡.rpx&id_=' + row.id
|
|
|
this.iframeVisible = true
|
|
|
},
|
|
|
// 按钮事件处理
|