|
|
@@ -20,7 +20,7 @@
|
|
|
>
|
|
|
</el-option>
|
|
|
</el-select> -->
|
|
|
- <UserIDSelectComponent v-model="queryInfo.user_id" />
|
|
|
+ <UserIDSelectComponent v-model="queryInfo.user_id" @change="search" />
|
|
|
<el-date-picker
|
|
|
v-model="queryInfo.select_time"
|
|
|
type="date"
|
|
|
@@ -29,6 +29,7 @@
|
|
|
size="mini"
|
|
|
:editable="false"
|
|
|
value-format="yyyy-MM-dd"
|
|
|
+ :clearable="false"
|
|
|
>
|
|
|
</el-date-picker>
|
|
|
<el-button type="info" @click="search" size="mini">查询</el-button>
|