Procházet zdrojové kódy

[update] 调整润乾报表目录

cfort před 2 roky
rodič
revize
5abc40f8e6

+ 1 - 1
src/business/platform/bpmn/form/action.js

@@ -673,7 +673,7 @@ export default {
                     return
                 }
                 const path = data[0].bao_biao_lu_jing_.split('.rpx') [0]
-                const url = this.$getReportFile(`中汇瑞德检测中心/${path}`, `id_=${id}`)
+                const url = this.$getReportFile(`罗医细胞质量检测实验室/${path}`, `id_=${id}`)
                 const now = new Date(new Date().getTime() + 28800000).toJSON().slice(0, 16).replace(/[-:T]/g, '')
                 const fileName = name + now
                 console.log(url, fileName)

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

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