邓洁 : 修复bug

This commit is contained in:
dengj
2023-12-29 17:36:36 +08:00
parent 8289274d52
commit 051d0bcd6c
3 changed files with 56 additions and 55 deletions

View File

@@ -284,7 +284,7 @@ const handleSubmit = async (formInstance) => {
state:form.value.state,
userName: form.value.userName,
roleIds: [form.value.roleId],
tunnelIds: form.value.tunnelIds
tunnelList: form.value.tunnelIds
}
if (title.value === '添加用户') {
await addUser(data).then(res => {