Skip to content

Commit 649bd77

Browse files
committed
fix: bug fix
1 parent a030fa8 commit 649bd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/views/system/user/User.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,8 @@ const search = () => {
716716
})
717717
}
718718
const addTerm = () => {
719-
const { account, email, name, oid, status } = state.form
720-
userApi.add({ account, email, name, oid, status }).then(() => {
719+
const { account, email, name, oid, status, oid_list } = state.form
720+
userApi.add({ account, email, name, oid, status, oid_list }).then(() => {
721721
onFormClose()
722722
search()
723723
ElMessage({

0 commit comments

Comments
 (0)