Explorar el Código

设备档案卡润乾路径修改

wy hace 1 año
padre
commit
150303b4a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         },
         // 按钮事件处理