|
@@ -61,13 +61,14 @@
|
|
|
},
|
|
|
getList() {
|
|
|
const { ruleId } = this.$route.query
|
|
|
- const { time, dep_id } = this.searchData
|
|
|
+ const { time, dep_id, status } = this.searchData
|
|
|
const { currentPage, pageSize } = this.paginationData
|
|
|
const params = {
|
|
|
type: ruleId,
|
|
|
page: currentPage,
|
|
|
page_size: pageSize,
|
|
|
- dep_id
|
|
|
+ dep_id,
|
|
|
+ status: parseInt(status)
|
|
|
}
|
|
|
|
|
|
if (time && time.length) {
|