Parcourir la source

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

zhonghuizhen il y a 1 an
Parent
commit
38b6b2b3f2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/component/device/index.vue

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

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