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] =?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,