From 28f659f5bcfc62b4716c4d8143627cb4dc62d88c Mon Sep 17 00:00:00 2001 From: gexinzhineng/gxzn27 <1348660141@qq.com> Date: Mon, 6 Mar 2023 19:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 13591b34..2f9ba9b0 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -412,8 +412,8 @@ const submitForm = async () => { if (!elForm) return elForm.validate(async (valid) => { if (valid) { + // 提交请求 try { - // 提交请求 const data = unref(formRef)?.formModel as UserApi.UserVO if (actionType.value === 'create') { loading.value = true