fix: bug#19181

* fix: bug#19060、19090

* fix: bug#19181
This commit is contained in:
qiaochuLei 2023-10-27 15:01:07 +08:00 committed by GitHub
parent f2317db02d
commit e215fb57be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ const handleOk = () => {
return;
}
btnLoading.value = true;
bindDevice(_selectedRowKeys.value[0], props.data.id, )
bindDevice(_selectedRowKeys.value[0], [props.data.id] )
.then((resp) => {
if(resp.status === 200){
emit('ok', _selectedRowKeys.value[0]);