Răsfoiți Sursa

开放列表查阅快照逻辑,增加全局报表文件路径变量

cfort 2 ani în urmă
părinte
comite
f6d12b81e8

+ 1 - 1
src/business/platform/data/templaterender/templates/list.vue

@@ -937,7 +937,7 @@ export default {
                         break
                     case 'consult': // 查阅
                         this.snapshotFile = ''
-                        if (1 && data.kuai_zhao_) {
+                        if (data.kuai_zhao_) {
                             this.snapshotFile = data.kuai_zhao_
                             setTimeout(() => {
                                 this.$refs.snapshot.handleActionEvent('preview', 0)

+ 1 - 0
src/plugins/ibps/index.js

@@ -56,6 +56,7 @@ export default {
 
         Vue.prototype.$ibpsUrl = env.VUE_APP_BASE_API_0_0_TEST
         const reportPath = '罗医细胞质量检测实验室'
+        Vue.prototype.$reportFilePath = reportPath
         // 格式化参数
         const getParams = (params) => {
             const parts = params.split('&')