|
@@ -518,6 +518,11 @@ export default {
|
|
|
},
|
|
|
activated() {
|
|
|
this.table.scrollTop = this.scrollTop
|
|
|
+ this.getTableData()
|
|
|
+ const that = this
|
|
|
+ this.loopEvent = setInterval(function () {
|
|
|
+ that.getTableData()
|
|
|
+ }, 3000)
|
|
|
// const { startDate, endDate } = this.$route.query
|
|
|
// Object.entries(this.$route.query).forEach(([key, value]) => {
|
|
|
// if ((value ?? '') !== '' && JSON.stringify(value) !== '[]') {
|