This commit is contained in:
parent
736214c866
commit
3a4473a387
|
|
@ -431,11 +431,18 @@ export default {
|
|||
: []
|
||||
this.form.process = [String(res.data.mainProcessId), String(res.data.subProcessId)].filter(Boolean)
|
||||
console.log('🚀 ~ getInfo ~ this.form.process:', this.form.process)
|
||||
if (res.data.branchId) {
|
||||
this.form.category = [
|
||||
String(res.data.mainCategoryId),
|
||||
String(res.data.subCategoryId),
|
||||
String(res.data.branchId),
|
||||
].filter(Boolean)
|
||||
} else {
|
||||
this.form.category = [
|
||||
String(res.data.mainCategoryId),
|
||||
String(res.data.subCategoryId),
|
||||
].filter(Boolean)
|
||||
}
|
||||
|
||||
this.propertyVoList = res.data.propertyVoList || []
|
||||
console.log('🚀 ~ getInfo ~ this.propertyVoList:', this.propertyVoList)
|
||||
|
|
|
|||
Loading…
Reference in New Issue