story#7552 潜在服务商,服务类型(字段替换)
This commit is contained in:
@ -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)));
|
||||||
|
|||||||
Reference in New Issue
Block a user