shenqilong пре 1 година
родитељ
комит
a6398ebf3c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/component/device/index.vue

+ 1 - 1
src/views/component/device/index.vue

@@ -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
         },
         // 按钮事件处理