From f7309b9c6137994fcde76824e49427d27290a59e Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:49:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=9B=BD=E5=86=85?= =?UTF-8?q?=E5=A4=96=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=E9=A1=B5=20?= =?UTF-8?q?=E6=A0=87=E5=87=86=E4=BD=93=E7=B3=BB=20=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E5=BC=8F=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 0959de63e..bfa6b667b 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -298,9 +298,9 @@

{{ sarStandardsInfoEO.issueTime || '-' }}

-

+

- {{sarStandardsInfoEO.standSystem | ellipsis20 }} + {{sarStandardsInfoEO.standSystem}}

From b3c2cfc0adfdd85feddc0abfed04e84058360ece Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:22:27 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=9B=BD=E5=86=85?= =?UTF-8?q?=E5=A4=96=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=E9=A1=B5=20?= =?UTF-8?q?=E6=A0=87=E5=87=86=E4=BD=93=E7=B3=BB=20=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E5=BC=8F=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index bfa6b667b..cab3f240a 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -677,6 +677,7 @@ v-for="(file, fileIndex) in child.value" :key="fileIndex" class="files-title" + style="width: calc(100% - 80px)" > From 1b5e20362d8d32f33a12b838153bc6713b0c9065 Mon Sep 17 00:00:00 2001 From: wxyclub Date: Fri, 19 Apr 2024 17:41:27 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E4=BC=81=E6=A0=87=E5=BA=9F=E6=AD=A2?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=89=B9=E5=87=86=E5=90=8E=E7=9A=84=E5=A4=84?= =?UTF-8?q?=E7=90=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbfz/step7.vue | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue b/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue index 1e0ae17de..bb6fdc32a 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfz/step7.vue @@ -423,18 +423,7 @@ export default { type: this.qbfsForm.nextStatus, id: this.qbfsForm.standId, } - this.$http._getData('lawss/sarBussionessStand/repeal',params,{}).then(res => { - if(res && res.ok){ - this.completeTask(json) - } else { - this.isSubmit = false; - this.saveLoading = false; - } - }).catch(e=>{ - console.log(e) - this.isSubmit = false; - this.saveLoading = false; - }) + this.completeTask(json) }else{ this.$message.warning('请完善基础信息') } @@ -451,6 +440,8 @@ export default { if (res.success) { this.$message.success(res.message); this.$router.push("/processCenter"); + }else { + this.$message.warning(res.message); } this.isSubmit = false; this.saveLoading = false;