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