兴安出门证申请

This commit is contained in:
zc
2025-07-10 23:24:24 +08:00
parent feb4efad93
commit 169e54a96f
6 changed files with 480 additions and 1167 deletions

View File

@@ -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) {