|
|
|
@ -398,7 +398,11 @@ function open(type, val, queryType) { |
|
|
|
|
krOptions.value = resp |
|
|
|
|
}) |
|
|
|
|
getChannelOptions().then((resp) => { |
|
|
|
|
sourceOptions.value = resp |
|
|
|
|
sourceOptions.value = listToTree(resp, { |
|
|
|
|
id: 'sourceId', |
|
|
|
|
pid: 'parentId', |
|
|
|
|
children: 'children' |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
if (val) { |
|
|
|
|
formLoading.value = true |
|
|
|
|