Merge remote-tracking branch 'origin/master'

This commit is contained in:
lideqin
2024-08-23 11:54:33 +08:00
+4 -1
View File
@@ -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最大的数据