Skip to content

Commit a6ca7af

Browse files
committed
feat(Model Configuration): Supported Authorized Space
1 parent 4a9f4e2 commit a6ca7af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/views/system/workspace/AuthorizedWorkspaceDialogForModel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const emits = defineEmits(['refresh'])
200200
const handleConfirm = () => {
201201
workspaceModelMappingUpdate(
202202
oid,
203-
checkTableList.value.map((ele: any) => ele.id)
203+
checkTableList.value.map((ele: any) => `${ele.id}`)
204204
).then(() => {
205205
beforeClose()
206206
emits('refresh')

0 commit comments

Comments
 (0)