fix: bug#19181

This commit is contained in:
leiqiaochu 2023-10-26 16:12:53 +08:00
parent a38aff28d7
commit 890f46c04e
1 changed files with 1 additions and 1 deletions

View File

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