【操盘手】 流量分发列表+新建功能

This commit is contained in:
wong
2025-05-26 17:56:12 +08:00
parent 26504d3040
commit 778b5285f4
8 changed files with 435 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ export default function TargetSettingsStep({ onNext, onBack, initialData = {} }:
const handleSubmit = () => {
onNext({
targets: selectedDeviceIds,
devices: selectedDeviceIds,
})
}