From aabd5c8827ba48531efce521b9caedf2a4e90f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Fri, 1 Dec 2023 11:31:31 +0800 Subject: [PATCH] =?UTF-8?q?system=20=E6=8E=92=E7=89=88=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=EF=BC=8C=E6=B7=BB=E5=8A=A0/=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=BC=B9=E7=AA=97=E5=8A=9F=E8=83=BD=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Scheduling.vue | 50 +++++++++++++++++---------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/src/views/system/Scheduling.vue b/src/views/system/Scheduling.vue index bf81bad..e571a17 100644 --- a/src/views/system/Scheduling.vue +++ b/src/views/system/Scheduling.vue @@ -117,12 +117,6 @@ + + + + - - - - @@ -574,7 +574,9 @@ export default { // 穿梭框变化 onChange(targetKeys, direction, moveKeys) { - if (direction == 'right') { + console.log(targetKeys, direction, moveKeys) + debugger + if (direction == 'left') { if (!this.checkedAccount) { this.$message.warning('Please Select A Person To Assign') return