story#7552 潜在服务商,服务类型(字段替换)

This commit is contained in:
2025-11-13 09:31:04 +08:00
parent abffe924ad
commit 0d5ae66481

View File

@ -205,8 +205,8 @@
if(this.companyPhoto) { if(this.companyPhoto) {
this.companyPhotoList = [{ url : this.companyPhoto }]; this.companyPhotoList = [{ url : this.companyPhoto }];
} }
if( _data.serviceType ) { if( _data.service ) {
this.$refs.tree.setCheckedKeys(_data.serviceType.split(',')) this.$refs.tree.setCheckedKeys(_data.service.split(','))
} }
if(_data?.serviceAreaCode) { if(_data?.serviceAreaCode) {
this.$set(this.form, 'serviceAreaCode', _data?.serviceAreaCode.split(',').map(item => Number(item))); this.$set(this.form, 'serviceAreaCode', _data?.serviceAreaCode.split(',').map(item => Number(item)));