소스 검색

设备档案卡润乾路径修改

wy 1 년 전
부모
커밋
150303b4a6
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
         },
         // 按钮事件处理