From a45f0001672283d57c79e20abfc547a9007854c5 Mon Sep 17 00:00:00 2001 From: nihaotian Date: Fri, 26 Jul 2024 15:40:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=85=8D=E6=88=90=E4=B8=BA=E7=81=BE?= =?UTF-8?q?=E5=AE=B3=E7=AE=A1=E7=90=86=E5=91=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../responseManagement/responding/component/selectUserNew.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/responseManagement/responding/component/selectUserNew.vue b/src/views/responseManagement/responding/component/selectUserNew.vue index ffa0cd7..77e0df1 100644 --- a/src/views/responseManagement/responding/component/selectUserNew.vue +++ b/src/views/responseManagement/responding/component/selectUserNew.vue @@ -202,11 +202,9 @@ const sendToLeft = (index,row) => { }; const sendToRight = (index,row,type) => { - console.log(state.selectType) if (type==0){ let userStatus =row.userStatus==0?'1793193529859244033':'1123598816738675203' - console.log(userStatus) - if (state.tableDataNew.data.length>0){ + if (state.selectData.length>0){ if (state.selectData.length==1){ if (state.selectData[0].roleId==userStatus){ state.tableDataNew.data.splice(index, 1)