NEZ-2781 fix:修复 通过 table 再次打开二级alert页面 时间未更新的问题
This commit is contained in:
@@ -164,7 +164,10 @@ export default {
|
|||||||
this.state = '2'
|
this.state = '2'
|
||||||
}
|
}
|
||||||
this.searchLabel = {}
|
this.searchLabel = {}
|
||||||
this.getTableData()
|
// this.getTableData()
|
||||||
|
setTimeout(() => {
|
||||||
|
this.$refs.pickTime && this.$refs.pickTime.$refs.timePicker.refresh()
|
||||||
|
}, 100)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user