pull/14/head
gexinzhineng/gxzn27 2023-03-06 19:42:47 +08:00
parent 68e7b76775
commit 28f659f5bc
1 changed files with 1 additions and 1 deletions

View File

@ -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