外链任务状态

This commit is contained in:
lpq
2023-02-22 23:49:53 +08:00
parent f1e85d27a5
commit a3618b8bd9
4 changed files with 12 additions and 9 deletions

View File

@@ -193,6 +193,7 @@ const disabledRangeTime = () => ({
async function confirm() {
debugger
await validate().catch(({errorFields}) => {
message.warning(errorFields[0].errors.join());
throw Error("数据校验不通过")