云员工搜索

main
lijingyu007 6 months ago
parent 7ac9889aaa
commit f6145f483f
  1. 7
      pages/index/outsourcing/moreCloud.vue

@ -71,7 +71,12 @@
} }
}, },
methods: { methods: {
search() {}, search() {
this.queryParams.pageNum = 1
this.queryParams.pageSize = 10
this.peopleList=[]
this.getList()
},
getList() { getList() {
this.http.quickGet( this.http.quickGet(
`/tester/cert/cloudEmps?pageSize=${this.queryParams.pageSize}&pageNum=${this.queryParams.pageNum}&keyword=${this.queryParams.keyword}`, `/tester/cert/cloudEmps?pageSize=${this.queryParams.pageSize}&pageNum=${this.queryParams.pageNum}&keyword=${this.queryParams.keyword}`,

Loading…
Cancel
Save