Explorar o código

修复考勤5531

zhonghuizhen hai 9 meses
pai
achega
fe7e595804
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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 = '';
       }
     }
   },