Explorar o código

修复设备基本信息报表校准记录不显示(因地点参数传错)的bug

zhonghuizhen hai 1 ano
pai
achega
d66381d2d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/component/device/index.vue

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

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