From b8351208826f560274b6ad2d6e8efed62dbec1a9 Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Tue, 24 Mar 2026 14:10:57 +0800
Subject: [PATCH] =?UTF-8?q?fix:[=E8=A1=A8=E5=8D=95=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/study/comp/jhbdList.vue | 3 ++-
src/views/business/study/comp/ytbd/Bj.vue | 7 ++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/views/business/study/comp/jhbdList.vue b/src/views/business/study/comp/jhbdList.vue
index cc185c9..674bbc3 100644
--- a/src/views/business/study/comp/jhbdList.vue
+++ b/src/views/business/study/comp/jhbdList.vue
@@ -70,7 +70,7 @@
$t('page.business.study.studyFormPlan.fh') }}
{{
$t('page.business.study.studyFormPlan.ghgsr') }}
@@ -162,6 +162,7 @@ export default {
bdmc: '',
studySn: '',
studyMc: '',
+ leader: '',
userId: '',
userMc: '',
cjsjjs: '',
diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue
index 7f7c918..2f8b5a2 100644
--- a/src/views/business/study/comp/ytbd/Bj.vue
+++ b/src/views/business/study/comp/ytbd/Bj.vue
@@ -89,7 +89,7 @@
-
+
{{
$t('page.business.study.studyFormPre.yes')
}}
@@ -204,6 +204,11 @@ export default {
created() {
},
methods: {
+ validFormSubmit() {
+ this.$refs["formSubmit"].validate(valid => {
+ if (valid) { }
+ })
+ },
onPreCallback(data) {
console.log("data:" + JSON.stringify(data))
console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData()))