Files
EdgeAdmin/web/views/@default/servers/components/waf/log.js
2020-11-02 14:37:28 +08:00

8 lines
150 B
JavaScript

Tea.context(function () {
this.$delay(function () {
let that = this
teaweb.datepicker("day-input", function (day) {
that.day = day
})
})
})