兴安出门证申请
This commit is contained in:
@@ -441,8 +441,13 @@ export default {
|
||||
this.handleQuery();
|
||||
},
|
||||
dataChange(e){
|
||||
if (e) {
|
||||
this.queryParams.showDateState = moment(e[0]).format('yyyy-MM-DD HH:mm');
|
||||
this.queryParams.showDateEnd = moment(e[1]).format('yyyy-MM-DD HH:mm');
|
||||
} else {
|
||||
delete this.queryParams.showDateState;
|
||||
delete this.queryParams.showDateEnd;
|
||||
}
|
||||
},
|
||||
// 多选框选中数据
|
||||
handleSelectionChange(selection) {
|
||||
|
||||
Reference in New Issue
Block a user