Browse Source

20250302

master
nicky 5 months ago
parent
commit
add52f6aa2
  1. 16
      src/views/thrombolysis/components/throm-result-baseInfo.vue
  2. 12
      src/views/thrombolysis/components/throm-result-firstInfo.vue

16
src/views/thrombolysis/components/throm-result-baseInfo.vue

@ -348,14 +348,14 @@
codeAndAnswerList codeAndAnswerList
}, false) }, false)
}else{ }else{
const res = await updateFirstAid({ // const res = await updateFirstAid({
codeAndAnswerList, // codeAndAnswerList,
...params // ...params
}) // })
// const res = await saveAidRecord({ const res = await saveAidRecord({
// codeAndAnswerList, codeAndAnswerList,
// ...params ...params
// }); });
this.$message.success(res.msg) this.$message.success(res.msg)
} }
this.$emit('next') this.$emit('next')

12
src/views/thrombolysis/components/throm-result-firstInfo.vue

@ -558,12 +558,16 @@
}else{ }else{
console.log('3902390293023', this.patientId) console.log('3902390293023', this.patientId)
// var res = await updateFirstAid(params) // var res = await updateFirstAid(params)
const res = await updateFirstAid({ // const res = await updateFirstAid({
// firstAidId,
// codeAndAnswerList,
// ...params
// })
const res = await saveAidRecord({
firstAidId, firstAidId,
codeAndAnswerList, codeAndAnswerList,
...params ...params
}) })
// const res = await saveAidRecord(param);
this.$message.success(res.msg) this.$message.success(res.msg)
} }
// await this.home.updateAidCode({ // await this.home.updateAidCode({

Loading…
Cancel
Save