|
@@ -119,7 +119,7 @@ let dateTypeList=ref([
|
|
|
value: 0,
|
|
|
},
|
|
|
])
|
|
|
-let dateType=ref(3)
|
|
|
+let dateType=ref(null)
|
|
|
const dateTypeClick=(item)=>{
|
|
|
startDate.value=''
|
|
|
endDate.value=''
|
|
@@ -189,7 +189,7 @@ getChartInfo('init')
|
|
|
onBeforeRouteUpdate((nval)=>{
|
|
|
console.log('路由改变',nval);
|
|
|
ChartInfoId=nval.query.ChartInfoId
|
|
|
- dateType.value=3
|
|
|
+ dateType.value=null
|
|
|
startDate.value=''
|
|
|
endDate.value=''
|
|
|
// router.go(0)
|