Przeglądaj źródła

修复考勤5531

zhonghuizhen 8 miesięcy temu
rodzic
commit
fe7e595804
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      src/views/business/attendance/dakaDialog.vue

+ 3 - 2
src/views/business/attendance/dakaDialog.vue

@@ -41,9 +41,10 @@ export default {
     }
   },
   watch: {
-    schedules(newVal) {
+    visible(newVal) {
+      // 对话框打开时重置选择
       if (newVal) {
-        this.selectedValue = newVal
+        this.selectedValue = '';
       }
     }
   },