xbot
This commit is contained in:
@@ -89,8 +89,8 @@ export default {
|
|||||||
eventStatus: '',
|
eventStatus: '',
|
||||||
content: '',
|
content: '',
|
||||||
type: '',
|
type: '',
|
||||||
createTimeStart: '',
|
startTime: '',
|
||||||
createTimeEnd: '',
|
endTime: '',
|
||||||
},
|
},
|
||||||
total: 0,
|
total: 0,
|
||||||
tableData: [],
|
tableData: [],
|
||||||
@@ -142,11 +142,11 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
timeChange() {
|
timeChange() {
|
||||||
if (this.searchDotime) {
|
if (this.searchDotime) {
|
||||||
this.search.createTimeStart = this.searchDotime[0]
|
this.search.startTime = this.searchDotime[0]
|
||||||
this.search.createTimeEnd = this.searchDotime[1]
|
this.search.endTime = this.searchDotime[1]
|
||||||
} else {
|
} else {
|
||||||
this.search.createTimeStart = null
|
this.search.startTime = null
|
||||||
this.search.createTimeEnd = null
|
this.search.endTime = null
|
||||||
}
|
}
|
||||||
this.search.current = 1
|
this.search.current = 1
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|||||||
Reference in New Issue
Block a user