From e215fb57be0ffa6c81f22304e9f695252a888ac2 Mon Sep 17 00:00:00 2001 From: qiaochuLei <124648559+qiaochuLei@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:01:07 +0800 Subject: [PATCH] fix: bug#19181 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: bug#19060、19090 * fix: bug#19181 --- .../Instance/Detail/components/BindParentDevice/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/device/Instance/Detail/components/BindParentDevice/index.vue b/src/views/device/Instance/Detail/components/BindParentDevice/index.vue index 15235677..c7ab2b87 100644 --- a/src/views/device/Instance/Detail/components/BindParentDevice/index.vue +++ b/src/views/device/Instance/Detail/components/BindParentDevice/index.vue @@ -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]);