Przeglądaj źródła

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

zhonghuizhen 11 miesięcy temu
rodzic
commit
d66381d2d4
1 zmienionych plików z 1 dodań i 1 usunięć
  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
         },
         // 按钮事件处理