Compare commits

...

2 Commits

Author SHA1 Message Date
刘妍 0dae092fe1 Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/CaiYuanYiTiHua 2024-06-12 08:53:29 +08:00
刘妍 30868c307f 优化 2024-06-12 08:53:26 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -628,6 +628,7 @@
}
}
async function handleSubmit(btn) {
console.log('handleSubmit')
const currentBtn = btn;
designerData.currentBtn = currentBtn;
let res: any;
@ -672,7 +673,7 @@
// return;
// }
}
// res = await auditFun();
res = await auditFun();
}
break;
}