Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ff98143f30
|
@ -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]);
|
||||||
|
|
Loading…
Reference in New Issue