From e74abf2cc7a0c11e36260f401fb5308def22c0a1 Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Tue, 3 Mar 2026 11:27:55 +0800
Subject: [PATCH] =?UTF-8?q?fix:[=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=8D=95]?=
=?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/tbbd/Bj.vue | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue
index a54afc0..5642164 100644
--- a/src/views/business/study/comp/tbbd/Bj.vue
+++ b/src/views/business/study/comp/tbbd/Bj.vue
@@ -80,7 +80,7 @@
+ :sn="templateData.templateSn" :templateData="templateData" fillType="actFill" />
@@ -588,12 +588,7 @@ export default {
if (params) {
this.reset()
if (params.formId && params.formId != '') {
- if (params.fromYt) {
- this.showIndex = 1
- this.bdmbTitle = this.$t('page.business.study.studyFormFill.ytbd')
- } else {
- this.showIndex = 2
- }
+
this.$modal.loading()
studyFormFill_info({ id: params.formId }).then(response => {
this.form = response.data
@@ -601,6 +596,12 @@ export default {
this.templateData = deepClone(this.form)
const obj = Object.assign({}, this.$route, { title: this.form.bdmc })
this.$tab.updatePage(obj);
+ if (params.fromYt) {
+ this.showIndex = 1
+ this.bdmbTitle = this.$t('page.business.study.studyFormFill.ytbd')
+ } else {
+ this.showIndex = 2
+ }
this.saveSimpleLog({ jcmc: '填报表单编辑', jcmcEn: 'Record Edit', name: this.form.bdmc + '(' + this.form.bdbh + ')', nameEn: this.form.bdmc + '(' + this.form.bdbh + ')' })
this.$modal.closeLoading()
})