|
|
@@ -90,8 +90,8 @@
|
|
|
this.enterpriseData = response.data
|
|
|
})
|
|
|
if (tempEnterprise.isVendor === 1690) { // 是企业
|
|
|
- this.section = 3
|
|
|
- this.checkData.checked = true
|
|
|
+ this.section = 1
|
|
|
+ this.checkData.checked = false
|
|
|
} else if (typeof tempEnterprise.isVendor === 'undefined' || tempEnterprise.isVendor === '') {
|
|
|
this.section = 1
|
|
|
this.checkData.checked = false
|