Merge remote-tracking branch 'origin/master'
| | |
| | | name: 'frontType',
|
| | | value: '未完善'
|
| | | },
|
| | |
|
| | | {
|
| | | title: '三级消防单位',
|
| | | name: 'threeFireProtection',
|
| | | value: '未完善'
|
| | | },
|
| | | {
|
| | | title: '场所负责人',
|
| | | name: 'principal',
|
| | |
| | | item.value = data.isFront == 1 ? "是" : "否"
|
| | |
|
| | | }
|
| | | if (item.name == 'threeFireProtection') {
|
| | | item.value = data.threeFireProtection == 1 ? "是" : "否"
|
| | | |
| | | }
|
| | | if (data.isFront == 1 && item.name == "frontType") {
|
| | | this.getBizDict('frontType', (list) => {
|
| | | item.value = this.$getIndex(list, data.frontType, 'dictKey',
|
| | |
| | | urls.push(e.name) |
| | | }) |
| | | this.form.imageUrls = urls.join(",") |
| | | }else{ |
| | | this.form.imageUrls = ''; |
| | | } |
| | | |
| | | if (this.form.propertyCertificateImg.length) { |
| | |
| | | urls.push(e.name) |
| | | }) |
| | | this.form.propertyCertificateImg = urls.join(",") |
| | | }else{ |
| | | this.form.propertyCertificateImg = ''; |
| | | } |
| | | |
| | | |