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最大的数据