|
|
|
@ -243,9 +243,9 @@
|
|
|
|
if (item1.field === 'company_date') {
|
|
|
|
if (item1.field === 'company_date') {
|
|
|
|
this.$set(item1,'value',company.startDate||'')
|
|
|
|
this.$set(item1,'value',company.startDate||'')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (item1.field === 'company_product') {
|
|
|
|
// if (item1.field === 'company_product') {
|
|
|
|
this.$set(item1,'value',company.businessScope||'')
|
|
|
|
// this.$set(item1,'value',company.businessScope||'')
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
if (item1.field === 'company_type') {
|
|
|
|
if (item1.field === 'company_type') {
|
|
|
|
const company_type = company.tagList && Array.isArray(company.tagList)?company.tagList.join(','):''
|
|
|
|
const company_type = company.tagList && Array.isArray(company.tagList)?company.tagList.join(','):''
|
|
|
|
const _arr = company_type.split(',')
|
|
|
|
const _arr = company_type.split(',')
|
|
|
|
|