From 70d15e2ee1642b03385003d3004c0be00bcb3ef5 Mon Sep 17 00:00:00 2001 From: "song.tianyang" Date: Wed, 24 Mar 2021 17:35:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=9A=84=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=EF=BC=8C=E4=B8=8B?= =?UTF-8?q?=E6=AC=A1=E6=89=A7=E8=A1=8C=E6=97=B6=E9=97=B4=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E8=AE=BE=E7=BD=AE-=E6=89=B9=E9=87=8F=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=94=A8=E6=88=B7=E5=88=B0=E5=B7=A5=E4=BD=9C=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=E6=B7=BB=E5=8A=A0=E8=A7=92=E8=89=B2=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 测试计划的定时任务,下次执行时间不是实时的问题;系统设置-批量添加用户到工作空间添加角色功能优化 --- .../automation/schedule/ScheduleMaintain.vue | 38 +++++++++------- .../automation/schedule/ScheduleSwitch.vue | 5 +-- .../system/components/UserCascader.vue | 43 +++++++++++++------ 3 files changed, 53 insertions(+), 33 deletions(-) diff --git a/frontend/src/business/components/api/automation/schedule/ScheduleMaintain.vue b/frontend/src/business/components/api/automation/schedule/ScheduleMaintain.vue index 1dcfb415fb..fd6fcdb205 100644 --- a/frontend/src/business/components/api/automation/schedule/ScheduleMaintain.vue +++ b/frontend/src/business/components/api/automation/schedule/ScheduleMaintain.vue @@ -1,5 +1,6 @@