From bf1b239fb833102fb54b6ec178eaab934ff4d4ad Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Tue, 7 Apr 2026 13:30:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E9=A2=84=E5=A1=AB=E8=A1=A8=E5=8D=95]?= =?UTF-8?q?=E5=A1=AB=E6=8A=A5=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/ytbd/Xq.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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(() => {