|
@@ -273,6 +273,7 @@ export default {
|
|
|
if (isHomeNav && isHomeNav.type == 'todo') {
|
|
|
this.resetData(true)
|
|
|
this.queryParam = Object.assign(this.queryParam, isHomeNav.pageParams)
|
|
|
+ this.$refs.rangeDate.resetDate([this.queryParam.beginDate, this.queryParam.endDate])
|
|
|
this.$refs.table.refresh(true)
|
|
|
} else {
|
|
|
// 如果是新页签打开
|