Commit 68e7b767 by gexinzhineng/gxzn27

注释

parent cc7fb7e4
......@@ -408,12 +408,12 @@ const handleDetail = async (rowId: number) => {
// 提交按钮
const submitForm = async () => {
// 提交请求
const elForm = unref(formRef)?.getElFormRef()
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
......
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