mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-25 02:18:38 +00:00
Vue3 重构:REVIEW 错误码
This commit is contained in:
@@ -74,8 +74,6 @@ defineExpose({ openModal }) // 提供 openModal 方法,用于打开弹窗
|
||||
|
||||
/** 提交表单 */
|
||||
const emit = defineEmits(['success']) // 定义 success 事件,用于操作成功后的回调
|
||||
|
||||
/** 提交按钮 */
|
||||
const submitForm = async () => {
|
||||
// 校验表单
|
||||
if (!formRef) return
|
||||
|
||||
Reference in New Issue
Block a user