From 7665220db61cee0dbe9b2feae2c265d95bfbe6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 13 May 2022 09:49:47 +0800 Subject: [PATCH 1/9] =?UTF-8?q?52754=20=E3=80=90WELINK-=E5=9B=BD=E5=86=85?= =?UTF-8?q?=E3=80=91=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=20=E6=89=B9=E5=87=86=E8=8A=82=E7=82=B9=20=E9=80=82=E7=94=A8?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=20=E7=BC=BA=E5=B0=91=E5=AD=97=E6=AE=B5=20?= =?UTF-8?q?=E6=88=91=E5=8F=B8=E5=8F=82=E4=B8=8E=E5=88=B6=E6=A0=87=E6=8E=92?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/bzrk/step2.vue | 2 +- src/pages/processCenter/pages/phone/bzrk/step2.vue | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index 683a81a5a..04d62c839 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -537,7 +537,7 @@ - + + + + + + @@ -590,6 +601,7 @@ export default { label: 'model' }, countryOptions: [],//国家地区 + cyzbpmOptions: [], // 我司参与制标排名 busVppsOptions: [], // 车系体系架构 modelOptions: [], // 模块体系架构 standSortOptions: [], // 标准类别 @@ -979,6 +991,7 @@ export default { this.standStateOptions = res.data.WBZTCLASS // 文本状态 this.setMap(this.standStateOptions) this.standSystemOptions = res.data.BZTXCLASS // 标准体系 + this.cyzbpmOptions = res.data.CYZBPM // 我司参与制标排名 this.applyArcticOptions = res.data.ENERGYTYPES // 适用车型 this.categoryOptions = res.data.NYLXCLASS // 能源类型 this.applyAuthOptions = res.data.SYRZCLASS // 适用认证 From 591ce818a8f69a488499d4b9271638b52686819f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 13 May 2022 10:44:58 +0800 Subject: [PATCH 2/9] =?UTF-8?q?52784=20=E3=80=90WELINK=E3=80=91=E6=A0=87?= =?UTF-8?q?=E5=87=86=E8=B0=83=E7=A0=94=E6=B5=81=E7=A8=8B-=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E8=8A=82=E7=82=B9=20=E5=B0=86=E9=80=80=E5=9B=9E?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9B=B4=E6=94=B9=E4=B8=BA=E9=A9=B3=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/phone/bzdy/step7.vue | 24 +++++++++-------- .../processCenter/pages/phone/bzdy/step8.vue | 26 ++++++++++--------- .../processCenter/pages/phone/bzdy/step9.vue | 26 +++++++++---------- 3 files changed, 40 insertions(+), 36 deletions(-) diff --git a/src/pages/processCenter/pages/phone/bzdy/step7.vue b/src/pages/processCenter/pages/phone/bzdy/step7.vue index d31948e15..a1851c267 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step7.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step7.vue @@ -88,17 +88,19 @@
- - + + - - + + - - + + Date: Fri, 13 May 2022 10:52:39 +0800 Subject: [PATCH 3/9] commit --- src/pages/processCenter/pages/phone/bzdy/step8.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/phone/bzdy/step8.vue b/src/pages/processCenter/pages/phone/bzdy/step8.vue index 3526e2a53..0e8f8c94c 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step8.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step8.vue @@ -153,7 +153,7 @@ ProcessTitle }, methods: { - handleTransferhandleTransfer() { + handleTransfer() { this.drawerModal = true }, checkedRole (data) { From 1a5cff03f9e966b57fd5a7b3f1ae9b7811189ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 13 May 2022 13:19:18 +0800 Subject: [PATCH 4/9] =?UTF-8?q?52788=20=E3=80=90=E6=A0=87=E5=87=86?= =?UTF-8?q?=E8=B0=83=E7=A0=94=E6=B5=81=E7=A8=8B=E3=80=91=E5=9C=A8=E4=BC=9A?= =?UTF-8?q?=E7=AD=BE=E8=8A=82=E7=82=B9=E8=BF=9B=E8=A1=8C=E9=A9=B3=E5=9B=9E?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E7=99=BB=E5=BD=95=E5=89=8D=E4=B8=80=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E4=BA=BA=E5=91=98=EF=BC=8C=E5=9C=A8=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=E4=BA=8B=E9=A1=B9=E4=B8=AD=E8=BF=9B=E8=A1=8C=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=EF=BC=8C=E5=8F=91=E7=8E=B0=E4=B9=8B=E5=89=8D=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E8=BF=87=E7=9A=84=E6=B1=87=E6=80=BB=E8=B0=83=E7=A0=94=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=B6=88=E5=A4=B1=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzdy/step5.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue index 25fd891d0..c218baeca 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue @@ -429,6 +429,7 @@ pId: this.pId }).then(res => { let data = JSON.parse(res.mesg) + console.log(data); let jsonData = JSON.parse(res.mesg) this.jsonData = jsonData.form ? jsonData.form : jsonData this.commentText5 = data.commentText5 || '' @@ -449,8 +450,8 @@ newArr.push(arr[a]) } this.tableData = newArr - this.form.hzfileId = data.form ? data.form.hzfileId : (data.hzfileId ? hzfileId : '') - this.form.hzfileName = data.form ? data.form.hzfileName : (data.hzfileName ? hzfileName : '') + this.form.hzfileId = data.form ? data.form.hzfileId : (data.hzfileId ? data.hzfileId : '') + this.form.hzfileName = data.form ? data.form.hzfileName : (data.hzfileName ? data.hzfileName : '') this.newDocUser = data.form ? data.form.docUser : data.docUser this.json = data || data.form }).catch(e => { From ee69ba062fbb13809a265e3eaf0a8e8f84ca989e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 13 May 2022 14:30:33 +0800 Subject: [PATCH 5/9] =?UTF-8?q?key=E5=80=BC=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/qbfs/common/formList.vue | 4 ++-- .../pages/creatProcess/qbfs/common/formListStep2.vue | 4 ++-- src/pages/processCenter/pages/phone/qbfs/common/formList.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/common/formList.vue b/src/pages/processCenter/pages/creatProcess/qbfs/common/formList.vue index d24a98a89..7596f4783 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/common/formList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/common/formList.vue @@ -9,8 +9,8 @@ diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/common/formListStep2.vue b/src/pages/processCenter/pages/creatProcess/qbfs/common/formListStep2.vue index 554a012f7..93d22a8a1 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/common/formListStep2.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/common/formListStep2.vue @@ -9,8 +9,8 @@ diff --git a/src/pages/processCenter/pages/phone/qbfs/common/formList.vue b/src/pages/processCenter/pages/phone/qbfs/common/formList.vue index 6514b4b78..612e0ed4e 100644 --- a/src/pages/processCenter/pages/phone/qbfs/common/formList.vue +++ b/src/pages/processCenter/pages/phone/qbfs/common/formList.vue @@ -9,8 +9,8 @@ From a1781c2bfff91e3a18781bb9f5b1ff9bfe17d46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 13 May 2022 16:16:06 +0800 Subject: [PATCH 6/9] =?UTF-8?q?52778=20=E3=80=90WELINK=E3=80=91=E6=A0=87?= =?UTF-8?q?=E5=87=86=E8=B0=83=E7=A0=94=E6=B5=81=E7=A8=8B=20=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=88=86=E5=8F=91=E8=8A=82=E7=82=B9=20=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=80=89=E6=8B=A9=E5=A4=9A=E4=BA=BA=E4=BA=86=EF=BC=8C?= =?UTF-8?q?=E5=BA=94=E6=94=AF=E6=8C=81=E5=A4=9A=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/phoneRole/index.vue | 2 +- src/pages/processCenter/pages/phone/bzdy/step2.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/phoneRole/index.vue b/src/components/phoneRole/index.vue index eb2ca4e12..3ee2a2086 100644 --- a/src/components/phoneRole/index.vue +++ b/src/components/phoneRole/index.vue @@ -141,7 +141,7 @@ export default { async getPhoneData() { this.phoneForm.page = 1 this.roleList = [] - this.result = [] + // this.result = [] phoneUser(this.phoneForm).then(res => { if (res.ok) { this.roleList = res.data diff --git a/src/pages/processCenter/pages/phone/bzdy/step2.vue b/src/pages/processCenter/pages/phone/bzdy/step2.vue index ab9b04792..d3882d6dc 100644 --- a/src/pages/processCenter/pages/phone/bzdy/step2.vue +++ b/src/pages/processCenter/pages/phone/bzdy/step2.vue @@ -55,7 +55,7 @@ clearable > - + @@ -120,6 +120,7 @@ commentText2: '', taskIds: this.$route.query.taskIds, pId: this.$route.query.prcId, + showNodeList: [], nodeList2: [], type: '', modalshowflag2: false, // drawer开关 From 3f9e0d7d815bd9d435535ced80e36b752545ec6d Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Sat, 14 May 2022 22:15:32 +0800 Subject: [PATCH 7/9] feat: There is no way the, bug #52770 --- .../pages/creatProcess/qbrk-product/common/formEditList.vue | 6 +++--- .../pages/creatProcess/qbrk-product/step13.vue | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue index 103c34cd5..10488a8ea 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList.vue @@ -852,8 +852,8 @@ break; default : ; } - this.fileMadel = true; - this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.XGDFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadel,this.fileList,fileType,this.madelSubList); + this.fileMadelSub = true + this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.XGDFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadelSub,this.fileList,fileType,this.madelSubList); }, filePreview(){ this.$preview(this.fileId) @@ -969,7 +969,7 @@ form: { handler: function (val) { if(val){ - this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.XGDFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadel,this.fileList,'',this.madelSubList); + this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.XGDFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.fileMadelSub,this.fileList,'',this.madelSubList); } }, deep: true //对象的深度验证 diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue index 86d86fd32..1653580bd 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step13.vue @@ -2185,6 +2185,7 @@ break; default : ; } + this.formKey++ }, popoverHideBusVs (checkedIds, checkedData,isShow,isLoadChild,topId) { if(checkedData) { @@ -2456,6 +2457,8 @@ this.form.approvalOpinion = this.formTongGuo.approvalOpinion this.form.topId = this.pId const json = JSON.stringify(this.form); + this.processCreateBuss(json) + return this.$http.post('lawss/activiti/completeTask', { taskIds: this.taskIds, userId : this.userId, From d9159745127b2553671fc6940bdd90a9437d4458 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Sat, 14 May 2022 23:03:34 +0800 Subject: [PATCH 8/9] feat: There is no way the, bug #52766 --- .../processCenter/pages/phone/bzrk/step2.vue | 81 ++++++------------- 1 file changed, 23 insertions(+), 58 deletions(-) diff --git a/src/pages/processCenter/pages/phone/bzrk/step2.vue b/src/pages/processCenter/pages/phone/bzrk/step2.vue index 7f4155a8e..4c88993ae 100644 --- a/src/pages/processCenter/pages/phone/bzrk/step2.vue +++ b/src/pages/processCenter/pages/phone/bzrk/step2.vue @@ -161,41 +161,40 @@
-
- - {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- - @@ -203,8 +202,8 @@ -
- {{ value.name }} +
+ {{ value.name }}
- - @@ -213,24 +212,24 @@ -
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- - @@ -377,8 +376,8 @@ -
- {{ value.name }} +
+ {{ item.name }}
- - @@ -667,42 +666,8 @@ export default { } }) }, - downloadFile(fileType) { - //文件id中出现了','字符,去除掉 - if (fileType === 'fbgbjbd') { - if (this.fbgbjbdFileId.search(',')) { - this.fbgbjbdFileId = this.fbgbjbdFileId.replace(",", ""); - } - let attId = this.fbgbjbdFileId - this.$preview(attId) - } else if (fileType === 'xgd') { - let attId = this.xgdFileId - this.$preview(attId) - } else if (fileType === 'bpg') { - let attId = this.bpgFileId - this.$preview(attId) - } else if (fileType === 'ssg') { - let attId = this.ssgFileId - this.$preview(attId) - } else if (fileType === 'zqyjg') { - let attId = this.zqyjgFileId - this.$preview(attId) - } else if (fileType === 'jdwj') { - let attId = this.jdwjFileId - this.$preview(attId) - } else if (fileType === 'kwj') { - let attId = this.kwjFileId - this.$preview(attId) - } else if (fileType === 'glwj') { - let attId = this.glwjFileId - this.$preview(attId) - } else if (fileType === 'ca') { - let attId = this.caFileId - this.$preview(attId) - } else if (fileType === 'zbjbd') { - let attId = this.zbjbdFileId - this.$preview(attId) - } + downloadFile(fileType,attId) { + this.$preview(attId) }, getRule() { if (this.formTongGuo.approvalOpinion === 0) { @@ -848,7 +813,7 @@ export default { this.defaultCheckedKeys3 = [this.form.dybxh] this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN' this.form.standYear = this.form.standYear ? this.form.standYear : '' - if (this.form.country) { + if (this.form.country && this.form.country.indexOf(",") != -1) { this.form.country = this.form.country.split(","); } this.form.prcNum = this.prcNum From fe3fae1ae5cb8a1a6dd380e3de9f7c729f88fd77 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Sat, 14 May 2022 23:59:23 +0800 Subject: [PATCH 9/9] feat: There is no way the, bug #52768 --- .../pages/creatProcess/bzrk/step2.vue | 50 ++++++++++--------- .../pages/creatProcess/bzrk/step3.vue | 44 ++++++++-------- .../pages/creatProcess/bzrk/step5.vue | 50 ++++++++++--------- .../processCenter/pages/phone/bzrk/step2.vue | 4 +- 4 files changed, 77 insertions(+), 71 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue index 04d62c839..ea6779911 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step2.vue @@ -285,41 +285,40 @@ -
- - {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- - @@ -328,16 +327,16 @@ -
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- - @@ -346,24 +345,24 @@ -
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- - @@ -581,8 +580,8 @@ -
- {{ value.name }} +
+ {{ value.name }}
- - @@ -1032,6 +1031,9 @@ export default { } }) }, + downloadFileNew(attId) { + this.$preview(attId) + }, downloadFile(fileType) { //文件id中出现了','字符,去除掉 if (fileType === 'fbgbjbd') { @@ -1198,7 +1200,7 @@ export default { this.defaultCheckedKeys3 = [this.form.dybxh] this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN' this.form.standYear = this.form.standYear ? this.form.standYear : '' - if (this.form.country) { + if (this.form.country && this.form.country.indexOf(",") !== -1) { this.form.country = this.form.country.split(","); } this.form.prcNum = this.prcNum diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue index 70d86378e..d2a819423 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step3.vue @@ -257,41 +257,40 @@ -
- - {{value.name}} +
+ {{ value.name }}
- -
-
- {{value.name}} +
+ {{ value.name }}
- -
-
- {{value.name}} +
+ {{ value.name }}
- -
-
- {{value.name}} +
+ {{ value.name }}
- -
-
- {{value.name}} +
+ {{ value.name }}
- - @@ -300,8 +299,8 @@ -
- {{value.name}} +
+ {{ value.name }}
- - @@ -310,24 +309,24 @@ -
- {{value.name}} +
+ {{ value.name }}
- -
-
- {{value.name}} +
+ {{ value.name }}
- -
-
- {{value.name}} +
+ {{ value.name }}
- - @@ -542,8 +541,8 @@ -
- {{value.name}} +
+ {{ value.name }}
- - @@ -996,6 +995,9 @@ export default { } }) }, + downloadFileNew(attId) { + this.$preview(attId) + }, downloadFile (fileType,fileId) { if(fileType === 'fbgbjbd'){ window.location.href = '/api/att/attFile/downloadFileForSarNew?fileId=' + fileId; diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step5.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step5.vue index 56ea88033..fb3d05ead 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step5.vue @@ -285,41 +285,40 @@ -
- - {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- - @@ -328,16 +327,16 @@ -
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- - @@ -346,24 +345,24 @@ -
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- -
-
- {{ value.name }} +
+ {{ value.name }}
- - @@ -581,8 +580,8 @@ -
- {{ value.name }} +
+ {{ value.name }}
- - @@ -1004,6 +1003,9 @@ export default { } }) }, + downloadFileNew(attId) { + this.$preview(attId) + }, downloadFile(fileType) { //文件id中出现了','字符,去除掉 if (fileType === 'fbgbjbd') { @@ -1170,7 +1172,7 @@ export default { this.defaultCheckedKeys3 = [this.form.dybxh] this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN' this.form.standYear = this.form.standYear ? this.form.standYear : '' - if (this.form.country) { + if (this.form.country && this.form.country.indexOf(",") !== -1) { this.form.country = this.form.country.split(","); } this.form.prcNum = this.prcNum diff --git a/src/pages/processCenter/pages/phone/bzrk/step2.vue b/src/pages/processCenter/pages/phone/bzrk/step2.vue index 4c88993ae..16c57b4e2 100644 --- a/src/pages/processCenter/pages/phone/bzrk/step2.vue +++ b/src/pages/processCenter/pages/phone/bzrk/step2.vue @@ -377,7 +377,7 @@
- {{ item.name }} + {{ value.name }}
- - @@ -813,7 +813,7 @@ export default { this.defaultCheckedKeys3 = [this.form.dybxh] this.form.standType = this.form.standInData === '0' ? 'INLAND' : 'FOREIGN' this.form.standYear = this.form.standYear ? this.form.standYear : '' - if (this.form.country && this.form.country.indexOf(",") != -1) { + if (this.form.country && this.form.country.indexOf(",") !== -1) { this.form.country = this.form.country.split(","); } this.form.prcNum = this.prcNum