|
|
|
@ -156,7 +156,6 @@ function handleGo() { |
|
|
|
nav(props.actInfo) |
|
|
|
} else if (props.actInfo.facilityCode?.length) { |
|
|
|
const fac = store.facilityList.find(item => item.code === props.actInfo.facilityCode) |
|
|
|
console.log('fac :>> ', fac) |
|
|
|
if (fac) { |
|
|
|
handleFacility(toRaw(fac)) |
|
|
|
} |
|
|
|
|