NEZ-2781 fix:修复 通过 table 再次打开二级alert页面 时间未更新的问题

This commit is contained in:
zhangyu
2023-04-18 17:45:06 +08:00
parent 43f1e3544a
commit 2beb1e0ed4

View File

@@ -164,7 +164,10 @@ export default {
this.state = '2'
}
this.searchLabel = {}
this.getTableData()
// this.getTableData()
setTimeout(() => {
this.$refs.pickTime && this.$refs.pickTime.$refs.timePicker.refresh()
}, 100)
}
}
},