- {{ 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