fix: refine market toolbar filters

This commit is contained in:
wxs
2026-07-09 21:33:58 +08:00
parent b4440e2ca3
commit 370cc0170b
4 changed files with 72 additions and 74 deletions
+4
View File
@@ -35,6 +35,10 @@ export function createBatchPayload(options: {
throw new Error("batch submit batch name is required");
}
if (options.records.length === 0) {
throw new Error("当前没有可提交的达人");
}
return {
authors: options.records.map((record) => ({
authorId: record.authorId,