|
@@ -75,11 +75,13 @@ export default {
|
|
|
methods:{
|
|
|
statusChange () {
|
|
|
this.$refs.basicLayout.param.content.pageNumber = 1
|
|
|
+ this.$refs.basicLayout.param.content.pageSize = 20
|
|
|
this.$refs.basicLayout.param.content.where.status = this.search.status
|
|
|
this.$refs.basicLayout.listData()
|
|
|
},
|
|
|
typeChange () {
|
|
|
this.$refs.basicLayout.param.content.pageNumber = 1
|
|
|
+ this.$refs.basicLayout.param.content.pageSize = 20
|
|
|
this.$refs.basicLayout.param.content.where.cluetype = this.search.cluetype
|
|
|
this.$refs.basicLayout.listData()
|
|
|
}
|