修改会议查询条件
|
After Width: | Height: | Size: 982 B |
|
After Width: | Height: | Size: 984 B |
|
After Width: | Height: | Size: 791 KiB |
|
After Width: | Height: | Size: 755 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 743 B |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -23,7 +23,7 @@
|
||||
<a-col :xl="7" :lg="8" :md="8" :sm="24">
|
||||
<a-form-item label="会议类型">
|
||||
<j-dict-select-tag dict-code="meeting_type" placeholder="请选择会议类型"
|
||||
v-model="queryParam.meetingType"></j-dict-select-tag>
|
||||
v-model="queryParam.meetingStatus"></j-dict-select-tag>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xxl="7" :xl="10" :md="10" :sm="24">
|
||||
@@ -263,8 +263,11 @@ export default {
|
||||
* 查询
|
||||
* */
|
||||
searchQuery() {
|
||||
this.queryParam.meetingStartTime = this.queryParam.meetingStartTime ? this.queryParam.meetingStartTime + ' ' + '00:00:00' : undefined
|
||||
this.queryParam.meetingEndTime = this.queryParam.meetingEndTime ? this.queryParam.meetingEndTime + ' ' + '23:59:59' : undefined
|
||||
this.queryParam.createTime_begin = this.queryParam.createTime_begin ? this.queryParam.createTime_begin + ' ' + '00:00:00' : undefined
|
||||
this.queryParam.createTime_end = this.queryParam.createTime_end ? this.queryParam.createTime_end + ' ' + '23:59:59' : undefined
|
||||
this.lastQueryParam = {...this.queryParam}
|
||||
console.log(this.lastQueryParam)
|
||||
this.initData(1)
|
||||
},
|
||||
/*
|
||||
|
||||