fix:注释debugger

This commit is contained in:
wyx
2023-02-20 10:37:33 +08:00
parent ab86ec50d3
commit 2561eeb1af
10 changed files with 12 additions and 14 deletions

View File

@@ -455,7 +455,7 @@ const disabledRangeTime = () => ({
});
async function confirm() {
debugger;
// debugger;
console.log("确定按钮:");
await validate().catch(({ errorFields }) => {
message.warning(errorFields[0].errors.join());