From 2b132fe01796357bf27fa02bde6fedb0101ecba4 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 15 四月 2021 18:07:27 +0800
Subject: [PATCH] 修复新建任务时的字段全选功能

---
 src/pages/shuohuangMonitorAnalyze/components/timeShortcut.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/timeShortcut.vue b/src/pages/shuohuangMonitorAnalyze/components/timeShortcut.vue
index cabb2cd..9d3c697 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/timeShortcut.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/timeShortcut.vue
@@ -13,7 +13,13 @@
 export default {
   data () {
     return {
-      actPicker: 'today',
+      //actPicker: 'today',
+    }
+  },
+  props: {
+    actPicker:{
+      type: String,
+      default: 'today'  //鐜版彁渚涘彲閫夊弬鏁颁负锛歵oday week month year
     }
   },
   watch: {

--
Gitblit v1.8.0