[update 89321] 解读表查看标准解读信息增加参数
This commit is contained in:
@@ -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最大的数据
|
||||
|
||||
Reference in New Issue
Block a user