Compare commits
2 Commits
8efcd2a4ba
...
0dae092fe1
| Author | SHA1 | Date |
|---|---|---|
|
|
0dae092fe1 | |
|
|
30868c307f |
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue