修改bug
This commit is contained in:
@@ -87,8 +87,6 @@
|
||||
class="box-input"
|
||||
@change="onChange"
|
||||
style='margin-left: -1px'
|
||||
format="YYYY-MM-DD"
|
||||
:getCalendarContainer="(trigger) => trigger.parentNode"
|
||||
v-model="queryParams.time"
|
||||
:disabled="false"/>
|
||||
</div>
|
||||
@@ -780,7 +778,7 @@ export default {
|
||||
//搜索
|
||||
searchQuery(item) {
|
||||
this.pageNo = 1
|
||||
if(this.queryParams.time){
|
||||
if(this.queryParams.time && this.queryParams.time instanceof Array){
|
||||
this.queryParams.time = this.queryParams.time.join(',')
|
||||
}
|
||||
this.loadData(item)
|
||||
@@ -1087,6 +1085,9 @@ export default {
|
||||
/deep/.ant-table td{
|
||||
white-space: nowrap;
|
||||
}
|
||||
.ant-calendar-range-picker-input{
|
||||
width: 46% !important;
|
||||
}
|
||||
.title-text {
|
||||
width: 114px;
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user