فهرست منبع

修复考勤5531

zhonghuizhen 9 ماه پیش
والد
کامیت
fe7e595804
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  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 = '';
       }
     }
   },