From ab04ec484fb2907cb75608280dcd4d12aa48d073 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期六, 28 六月 2025 14:15:27 +0800 Subject: [PATCH] 详情文件下载 --- laboratory/src/views/chemistQa/projectTesting/add.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/laboratory/src/views/chemistQa/projectTesting/add.vue b/laboratory/src/views/chemistQa/projectTesting/add.vue index a684086..c08212b 100644 --- a/laboratory/src/views/chemistQa/projectTesting/add.vue +++ b/laboratory/src/views/chemistQa/projectTesting/add.vue @@ -166,6 +166,10 @@ if (this.$route.query.id) { if (this.$route.query.type === 'detail') { this.isDetail = true + // getListByItemId({ id: this.$route.query.id }).then(res=>{ + // this.reportTableData=res.data + + // }) } else if (this.$route.query.type === 'edit') { this.isEdit = true } -- Gitblit v1.7.1