diff --git a/src/views/business/study/comp/ytbd/Xq.vue b/src/views/business/study/comp/ytbd/Xq.vue index 196b9fb..5a84478 100644 --- a/src/views/business/study/comp/ytbd/Xq.vue +++ b/src/views/business/study/comp/ytbd/Xq.vue @@ -56,7 +56,7 @@ -
+
@@ -88,8 +88,8 @@ - + @@ -177,12 +177,15 @@ export default { }, methods: { showTianbao() { + if (this.searchForm.studySubjectId && this.searchForm.studySubjectId !== '') { this.$modal.loading() studyMethod_getReadAllMethodStatus({ userId: this.id, studyId: this.searchForm.studyId, studySubjectId: this.searchForm.studySubjectId }).then(response => { if (response.data.toUrl) { this.toRead(response.data) } else { + this.formApprove.remark = null + this.formApprove.qmrmm = null this.openApprove = true } }).finally(() => {