|
|
|
@ -538,6 +538,7 @@ export default { |
|
|
|
onLoad(page, params = {}) { |
|
|
|
onLoad(page, params = {}) { |
|
|
|
this.loading = true; |
|
|
|
this.loading = true; |
|
|
|
let param = { |
|
|
|
let param = { |
|
|
|
|
|
|
|
descs:'CA_CODE', |
|
|
|
...this.query, |
|
|
|
...this.query, |
|
|
|
startTime:this.query.updateTime && this.query.updateTime.length != 0 && this.query.updateTime[0], |
|
|
|
startTime:this.query.updateTime && this.query.updateTime.length != 0 && this.query.updateTime[0], |
|
|
|
endTime:this.query.updateTime && this.query.updateTime.length != 0 && this.query.updateTime[1], |
|
|
|
endTime:this.query.updateTime && this.query.updateTime.length != 0 && this.query.updateTime[1], |
|
|
|
|