From c1f4dd2452cfb12507d7c2b149f214f5b6d81c5a Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Thu, 29 Jan 2026 19:58:21 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix=EF=BC=9A[=E8=A1=A8=E5=8D=95=E7=AE=A1?=
=?UTF-8?q?=E7=90=86]=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/jhbd/Bj.vue | 2 +-
src/views/business/study/comp/sqbd/Bj.vue | 4 ++--
src/views/business/study/comp/tbbd/Bj.vue | 8 ++++----
src/views/business/study/comp/ytbd/Bj.vue | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue
index d8c74b6..65af97b 100644
--- a/src/views/business/study/comp/jhbd/Bj.vue
+++ b/src/views/business/study/comp/jhbd/Bj.vue
@@ -193,7 +193,7 @@ export default {
onPlanCallback(data) {
console.log("data:" + JSON.stringify(data))
console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData()))
- if (data.type == 'fieldChanged'&&data.newRecord&&data.newRecord!='') {
+ if (data.type == 'fieldChanged' ) {
studyFormPlan_updateBdnr(
{
id: this.form.id,
diff --git a/src/views/business/study/comp/sqbd/Bj.vue b/src/views/business/study/comp/sqbd/Bj.vue
index fb4bb0c..e34d7e8 100644
--- a/src/views/business/study/comp/sqbd/Bj.vue
+++ b/src/views/business/study/comp/sqbd/Bj.vue
@@ -76,7 +76,7 @@
+ :sn="form.templateSn" :templateData="templateData" fillType="actFill" />
@@ -193,7 +193,7 @@ export default {
onApplyCallback(data) {
console.log("data:" + JSON.stringify(data))
console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData()))
- if (data.type == 'fieldChanged'&&data.newRecord&&data.newRecord!='') {
+ if (data.type == 'fieldChanged') {
studyFormApply_updateBdnr(
{
id: this.form.id,
diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue
index 8b7f806..813b278 100644
--- a/src/views/business/study/comp/tbbd/Bj.vue
+++ b/src/views/business/study/comp/tbbd/Bj.vue
@@ -320,7 +320,7 @@ export default {
remark: '',
bdnr: '',
resource: '',
- yqResource:'',
+ yqResource: '',
qmrmm: '',
sfcz: false,
czfs: '',
@@ -332,7 +332,7 @@ export default {
ccids: '',
},
resource: [],
- yqResource:[],
+ yqResource: [],
bdmbTitle: this.$t('page.business.form.bdmb'),
rulesApprove: {
qmrmm: [{
@@ -363,7 +363,7 @@ export default {
onFillCallback(data) {
console.log("data:" + JSON.stringify(data))
console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData()))
- if (data.type == 'fieldChanged'&&data.newRecord&&data.newRecord!='') {
+ if (data.type == 'fieldChanged' ) {
studyFormFill_updateBdnr(
{
id: this.form.id,
@@ -519,7 +519,7 @@ export default {
this.form = response.data
this.templateData = deepClone(this.form)
this.showIndex = 2
- const obj = Object.assign({}, this.$route, { title: this.form.bdmc })
+ const obj = Object.assign({}, this.$route, { title: this.form.bdmc })
this.$tab.updatePage(obj);
}).finally(() => {
this.$modal.closeLoading()
diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue
index 8b22944..e390b7f 100644
--- a/src/views/business/study/comp/ytbd/Bj.vue
+++ b/src/views/business/study/comp/ytbd/Bj.vue
@@ -73,7 +73,7 @@
-
+
@@ -123,7 +123,7 @@
-
@@ -199,7 +199,7 @@ export default {
onPreCallback(data) {
console.log("data:" + JSON.stringify(data))
console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData()))
- if (data.type == 'fieldChanged'&&data.newRecord&&data.newRecord!='') {
+ if (data.type == 'fieldChanged' ) {
studyFormPre_updateBdnr(
{
id: this.form.id,
From 17428b05d65474abbf2b0abebee42b4a4892acd9 Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Thu, 29 Jan 2026 20:05:45 +0800
Subject: [PATCH 2/2] =?UTF-8?q?fix=EF=BC=9A[=E8=A1=A8=E5=8D=95=E7=AE=A1?=
=?UTF-8?q?=E7=90=86]=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/jhbd/Bj.vue | 2 +-
src/views/business/study/comp/sqbd/Bj.vue | 2 +-
src/views/business/study/comp/tbbd/Bj.vue | 2 +-
src/views/business/study/comp/ytbd/Bj.vue | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue
index 65af97b..c3e11d2 100644
--- a/src/views/business/study/comp/jhbd/Bj.vue
+++ b/src/views/business/study/comp/jhbd/Bj.vue
@@ -223,7 +223,7 @@ export default {
this.$modal.loading()
studyFormPlan_bcOnly(this.form).then(response => {
this.form = response.data
- this.templateData = deepClone(this.form)
+ this.templateData.bdmc = this.form.bdmc
this.showIndex = 2
this.$modal.closeLoading()
}).finally(() => {
diff --git a/src/views/business/study/comp/sqbd/Bj.vue b/src/views/business/study/comp/sqbd/Bj.vue
index e34d7e8..64c25e7 100644
--- a/src/views/business/study/comp/sqbd/Bj.vue
+++ b/src/views/business/study/comp/sqbd/Bj.vue
@@ -224,7 +224,7 @@ export default {
this.$modal.loading()
studyFormApply_bcOnly(this.form).then(response => {
this.form = response.data
- this.templateData = deepClone(this.form)
+ this.templateData.bdmc = this.form.bdmc
this.showIndex = 2
this.$modal.closeLoading()
}).finally(() => {
diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue
index 813b278..ed0db28 100644
--- a/src/views/business/study/comp/tbbd/Bj.vue
+++ b/src/views/business/study/comp/tbbd/Bj.vue
@@ -517,7 +517,7 @@ export default {
this.$modal.loading()
studyFormFill_bcOnly(this.form).then(response => {
this.form = response.data
- this.templateData = deepClone(this.form)
+ this.templateData.bdmc = this.form.bdmc
this.showIndex = 2
const obj = Object.assign({}, this.$route, { title: this.form.bdmc })
this.$tab.updatePage(obj);
diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue
index e390b7f..fea8fb0 100644
--- a/src/views/business/study/comp/ytbd/Bj.vue
+++ b/src/views/business/study/comp/ytbd/Bj.vue
@@ -220,7 +220,7 @@ export default {
this.$modal.loading()
studyFormPre_bcOnly(this.form).then(response => {
this.form = response.data
- this.templateData = deepClone(this.form)
+ this.templateData.bdmc = this.form.bdmc
this.showIndex = 2
this.$modal.closeLoading()
}).finally(() => {