...
|
...
|
@@ -321,7 +321,7 @@ export const formSchema: QFormSchema[] = [ |
321
|
321
|
if (data)
|
322
|
322
|
return data.map((item) => ({
|
323
|
323
|
...item,
|
324
|
|
- label: item.name,
|
|
324
|
+ label: item.name || item.channelId,
|
325
|
325
|
value: item.channelId,
|
326
|
326
|
}));
|
327
|
327
|
} catch (error) {}
|
...
|
...
|
|