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()))