烟花爆竹实名登记前端
祖安之光
2026-03-17 6c65174e5f12e1b984e5f3d67c7d90b9d0417656
src/views/trouble/selfexam.vue
@@ -264,6 +264,13 @@
        },
        async exportToExcel(){
            if( this.validTime !== null ){
                this.listQuery.filter.starttime = this.validTime[0]
                this.listQuery.filter.endtime = this.validTime[1]
            }else{
                this.listQuery.filter.starttime = ''
                this.listQuery.filter.endtime = ''
            }
            let res = await exportSelfExam(this.listQuery)
            if(res.data.code === '200'){
                if(res.data.result === null || res.data.result === []){