From ceae86d0faa30ca93c3f9d97189548665e73a18d Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 23 Aug 2024 09:04:07 +0800 Subject: [PATCH] =?UTF-8?q?[update=2089321]=20=E8=A7=A3=E8=AF=BB=E8=A1=A8?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StandardResolutionSheet.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/StandardResolutionSheet.vue b/src/components/StandardResolutionSheet.vue index 5ad4ab8..75fe584 100644 --- a/src/components/StandardResolutionSheet.vue +++ b/src/components/StandardResolutionSheet.vue @@ -296,7 +296,10 @@ export default { // 获取标准的解读 getStandardInterpret () { this.loading = true - getStandardInterpretation({ standard_id: this.spiltInfo.standardId }).then(res => { + getStandardInterpretation({ + standard_id: this.spiltInfo.standardId, + info_id: this.spiltInfo.id + }).then(res => { if (res.success) { const list = res.result || [] // 后端说id是随时间递增的,取最新数据也就是取id最大的数据