mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
开课异常处理,防止一直转圈
This commit is contained in:
@@ -138,7 +138,10 @@ async function validateValue() {
|
|||||||
emit("update:validated", 2);
|
emit("update:validated", 2);
|
||||||
return Promise.resolve();
|
return Promise.resolve();
|
||||||
}
|
}
|
||||||
);
|
).catch(err => {
|
||||||
|
emit("update:validated", 2);
|
||||||
|
return Promise.resolve();
|
||||||
|
})
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|||||||
Reference in New Issue
Block a user