@@ -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)
@@ -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('&')