|
@@ -2,7 +2,7 @@
|
|
|
<template>
|
|
|
<div class="m-container">
|
|
|
<h2>
|
|
|
- <div class="squrt"></div>乐团巡查
|
|
|
+ <div class="squrt"></div>乐团巡查 <filter-search :keys="['searchType']" :moreKeys="['organId', 'start', 'end']" @reload="reloadItem"/>
|
|
|
</h2>
|
|
|
<div class="m-core">
|
|
|
<save-form :inline="true" ref="searchForm" @submit="search" @reset="onReSet" :model="searchForm">
|
|
@@ -282,6 +282,7 @@ export default {
|
|
|
...rest,
|
|
|
page: this.pageInfo.page,
|
|
|
rows: this.pageInfo.limit,
|
|
|
+ searchType: this.$route.query.searchType,
|
|
|
...getTimes(createTimer, ["startTime", "endTime"]),
|
|
|
}
|
|
|
const res = await inspectionItemPlan(params)
|