BUG 31127

This commit is contained in:
aixianling
2022-10-26 09:10:06 +08:00
parent 781c447120
commit ab74e906bb

View File

@@ -64,10 +64,8 @@ export default {
}
},
handleScore(item) {
if (item?.fillable) {
const {id, templateId: tid} = item
uni.navigateTo({url: `/apps/AppAskForm/AppForm?id=${id}&tid=${tid}&from=AppAssessmentScoreTask` + (!item.fillable ? '&result=1' : '')})
}
const {id, templateId: tid} = item
uni.navigateTo({url: `/apps/AppAskForm/AppForm?id=${id}&tid=${tid}&from=AppAssessmentScoreTask` + (!item.fillable ? '&result=1' : '')})
}
},
onShow() {