[update 89321] 解读表查看标准解读信息增加参数

This commit is contained in:
danshihao
2024-08-23 09:04:07 +08:00
parent ea1973b52a
commit ceae86d0fa
+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最大的数据