BUG 31127
This commit is contained in:
		| @@ -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() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user