|
@@ -1116,7 +1116,7 @@ export default {
|
|
workerPolicies: res.data?.workerPolicies?.map(item => {
|
|
workerPolicies: res.data?.workerPolicies?.map(item => {
|
|
return {
|
|
return {
|
|
...item,
|
|
...item,
|
|
- policyUrls: item.policyUrl.split(',').map(url => ({ url }))
|
|
|
|
|
|
+ policyUrls: (item.policyUrl || '').split(',').map(url => ({ url }))
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|