Skip to content

Commit 28f659f

Browse files
committed
注释
1 parent 68e7b76 commit 28f659f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/system/user/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ const submitForm = async () => {
412412
if (!elForm) return
413413
elForm.validate(async (valid) => {
414414
if (valid) {
415+
// 提交请求
415416
try {
416-
// 提交请求
417417
const data = unref(formRef)?.formModel as UserApi.UserVO
418418
if (actionType.value === 'create') {
419419
loading.value = true

0 commit comments

Comments
 (0)