BUG 31136
This commit is contained in:
@@ -64,8 +64,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleScore(item) {
|
handleScore(item) {
|
||||||
const {id, templateId: tid} = item
|
if (this.detail.status == 1) {
|
||||||
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' : '')})
|
||||||
|
} else {
|
||||||
|
this.$u.toast("任务未开始或已结束,无法填报!")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|||||||
Reference in New Issue
Block a user