Compare commits
2 Commits
8efcd2a4ba
...
0dae092fe1
| Author | SHA1 | Date |
|---|---|---|
|
|
0dae092fe1 | |
|
|
30868c307f |
|
|
@ -628,6 +628,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
async function handleSubmit(btn) {
|
async function handleSubmit(btn) {
|
||||||
|
console.log('handleSubmit')
|
||||||
const currentBtn = btn;
|
const currentBtn = btn;
|
||||||
designerData.currentBtn = currentBtn;
|
designerData.currentBtn = currentBtn;
|
||||||
let res: any;
|
let res: any;
|
||||||
|
|
@ -672,7 +673,7 @@
|
||||||
// return;
|
// return;
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
// res = await auditFun();
|
res = await auditFun();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue