Commit 28f659f5 by gexinzhineng/gxzn27

注释

parent 68e7b767
...@@ -412,8 +412,8 @@ const submitForm = async () => { ...@@ -412,8 +412,8 @@ const submitForm = async () => {
if (!elForm) return if (!elForm) return
elForm.validate(async (valid) => { elForm.validate(async (valid) => {
if (valid) { if (valid) {
// 提交请求
try { try {
// 提交请求
const data = unref(formRef)?.formModel as UserApi.UserVO const data = unref(formRef)?.formModel as UserApi.UserVO
if (actionType.value === 'create') { if (actionType.value === 'create') {
loading.value = true 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