与基线摄取值变化数值维护

uat_us
caiyiling 2024-04-19 15:57:17 +08:00
parent 5ec96c76bf
commit 300a9ad536
1 changed files with 5 additions and 0 deletions

View File

@ -575,6 +575,7 @@ export default {
setUptakeFormBaseline() {
// 线
if (!this.isBaseLineTask) {
console.log('setUptakeFormBaseline: ',this.questionForm[this.pet5PSId],this.baseLinePET5PS)
if (this.questionForm[this.pet5PSId] > 0) {
// 访PET 5ps线PET 5ps
// 访PET 5ps线PET 5ps
@ -659,6 +660,10 @@ export default {
// PET 5PS;
this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null)
}
if (i.QuestionType === 56) {
// 线;
this.$set(this.questionForm, i.Id, i.Answer ? i.Answer : null)
}
if (i.Childrens && i.Childrens.length > 0) {
this.setSuvChild(i.Childrens)