BUG 31136
This commit is contained in:
		| @@ -64,8 +64,12 @@ export default { | ||||
|       } | ||||
|     }, | ||||
|     handleScore(item) { | ||||
|       const {id, templateId: tid} = item | ||||
|       uni.navigateTo({url: `/apps/AppAskForm/AppForm?id=${id}&tid=${tid}&from=AppAssessmentScoreTask` + (!item.fillable ? '&result=1' : '')}) | ||||
|       if (this.detail.status == 1) { | ||||
|         const {id, templateId: tid} = item | ||||
|         uni.navigateTo({url: `/apps/AppAskForm/AppForm?id=${id}&tid=${tid}&from=AppAssessmentScoreTask` + (!item.fillable ? '&result=1' : '')}) | ||||
|       } else { | ||||
|         this.$u.toast("任务未开始或已结束,无法填报!") | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   onShow() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user