This commit is contained in:
gexinzhineng/gxzn27
2023-03-06 19:42:47 +08:00
parent 68e7b76775
commit 28f659f5bc

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