From 6ea63e408cd9b8d21a3e8fab52f09e5cda230b3c Mon Sep 17 00:00:00 2001 From: fanlin Date: Fri, 23 Jul 2021 16:41:04 +0800 Subject: [PATCH] =?UTF-8?q?bug=EF=BC=9A=E6=A0=87=E5=87=86=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E6=B5=81=E7=A8=8B=20=E8=B4=A3=E4=BB=BB=E4=BA=BA?= =?UTF-8?q?=E4=BC=9A=E7=AD=BE=E8=8A=82=E7=82=B9=E7=82=B9=E5=87=BB=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=B2=A1=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzrk/step2.vue | 4 +++- .../pages/creatProcess/bzrk/step3.vue | 24 +------------------ .../foreignStandardsAndRegulations/index.vue | 1 + 3 files changed, 5 insertions(+), 24 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index 3eb2cc962..02be6a045 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -927,7 +927,9 @@ handleTabs(name) { this.active = name }, - handleSave() {}, + handleSave() { + this.$message.success('保存成功') + }, handleSubmit() { this.isSubmit = true this.form.commentText = this.commentText diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue index bb17067b0..bdc1f0431 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue @@ -921,29 +921,7 @@ export default { this.active = name }, handleSave() { - this.saveLoading = true - let _formData = new FormData() - // _formData.append('id', this.bpnId) - _formData.append('createUser', this.$store.getters.userInfo.userId) - _formData.append('createUserName', this.$store.getters.userInfo.uName) - _formData.append('prcType', this.$route.query.type) - _formData.append('json', JSON.stringify({ - prcForm: this.prcForm, - sarAccessInfoList: this.sarAccessInfoList, - sarAccessInfoListADMIN: this.sarAccessInfoListADMIN, - bzqdForm: this.bzqdForm, - listInfo: this.listInfo, - id: this.id - })) - saveTaskFirst(_formData).then(res => { - this.saveLoading = false - this.$message.success('保存成功') - // 流程保存之后,应该流转至草稿页面 - this.$router.push({path:'/processCenter?tabsName=TaskDraft'}) - // this.bpnId = res.result - }).catch(e => { - this.saveLoading = false - }) + this.$message.success('保存成功') }, handleSubmit() { this.isSubmit = false diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 70520465c..accef9644 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -499,6 +499,7 @@ :config="field" v-model="sarStandardsInfoEO[field.attrField]" :disabled="formdisableflag" + :class="field.attrField === 'BYYBJ' ? 'classDisplay' : ''" :data-source-from="field.attrField === 'CBBH' ? 'ALL' : 'INLAND'" :data-source="field.attrField === 'CBBH'" >