烟花爆竹实名登记前端
祖安之光
2026-03-12 8f6a8545c3cf50ff0feac85f7b3c57db8fc3a0b4
src/views/purchase/race.vue
@@ -284,6 +284,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 exportPerson(this.listQuery)
            if(res.data.code === '200'){
                if(res.data.result === null ||res.data.result === [] || res.data.result.length === 0){