Prechádzať zdrojové kódy

运行记录盒报表查看增加层级参数

cfort 2 rokov pred
rodič
commit
8ba665284b

+ 1 - 1
src/views/platform/bpmn/bpmInstHis/list.vue

@@ -472,7 +472,7 @@ export default {
         },
         },
         // 打开报表
         // 打开报表
         openReport (path, id) {
         openReport (path, id) {
-            this.srcUrl = `${this.$reportPath.replace('show', 'pdf')}${path}&id_=${id}`
+            this.srcUrl = `${this.$reportPath.replace('show', 'pdf')}${path}&id_=${id}&org_=${this.first}`
             this.visible = true
             this.visible = true
         },
         },
         // 获取格式化参数
         // 获取格式化参数