Skip to content

Commit 68e7b76

Browse files
committed
注释
1 parent cc7fb7e commit 68e7b76

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
@@ -408,12 +408,12 @@ const handleDetail = async (rowId: number) => {
408408
409409
// 提交按钮
410410
const submitForm = async () => {
411-
// 提交请求
412411
const elForm = unref(formRef)?.getElFormRef()
413412
if (!elForm) return
414413
elForm.validate(async (valid) => {
415414
if (valid) {
416415
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)