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 @@
{
+ onSelectAccount(_, props, itemSelect, itemSelectAll)
+ }
+ "
+ >
+
+
+
+
-
- {
- onSelectAccount(_, props, itemSelect, itemSelectAll)
- }
- "
- >
-
-
@@ -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