fix(Product): 禁用批量创建套装按钮当未选择行时 #58

Merged
longbot merged 2 commits from zksu/WEB:main into main 2026-01-30 03:57:26 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 079f397adf - Show all commits

View File

@ -612,7 +612,6 @@ const ListPage: React.FC = () => {
<SyncForm
onFinish={async (values: any) => {
try {
console.log('values',values);
const {
success,
message: errMsg,