Commit 28f659f5 by gexinzhineng/gxzn27

注释

parent 68e7b767
......@@ -412,8 +412,8 @@ const submitForm = async () => {
if (!elForm) return
elForm.validate(async (valid) => {
if (valid) {
try {
// 提交请求
try {
const data = unref(formRef)?.formModel as UserApi.UserVO
if (actionType.value === 'create') {
loading.value = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment