@@ -188,6 +188,12 @@ export default {
}
},
methods: {
+ // 选择审核时间
+ auditDateChange (date) {
+ this.auditTime = date
+ this.queryParam.beginDate = date[0]
+ this.queryParam.endDate = date[1]
+ },
// 导出
handleExport () {
const _this = this