From 4606f230a2c64fef2f54f61a35e67acd087df51c Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 30 七月 2025 08:56:56 +0800 Subject: [PATCH] 1111 --- pages/QC/Laboratory/ImageItem.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/QC/Laboratory/ImageItem.vue b/pages/QC/Laboratory/ImageItem.vue index d31fef9..473b73e 100644 --- a/pages/QC/Laboratory/ImageItem.vue +++ b/pages/QC/Laboratory/ImageItem.vue @@ -157,7 +157,7 @@ this.$post({ url: "/Base/getByFid", data: { - id: this.fid, + fid: this.fid, qsType: this.qsType } }).then(res => { -- Gitblit v1.9.3