提交 89c73be0735b25e233a272e2f1cfd1db03e43704

作者 guomingshu
1 个父辈 dd690dc6

feat: 实习生详情计划筛选bug

@@ -270,6 +270,8 @@ @@ -270,6 +270,8 @@
270 works: [], 270 works: [],
271 workspage: 1, 271 workspage: 1,
272 workstotal: 0, 272 workstotal: 0,
  273 +
  274 + sxsearch: "",
273 } 275 }
274 }, 276 },
275 277
@@ -530,6 +532,7 @@ @@ -530,6 +532,7 @@
530 this.workspage = 1 532 this.workspage = 1
531 } 533 }
532 params['pageNumber'] = this.workspage 534 params['pageNumber'] = this.workspage
  535 + console.warn(this.sxsearch)
533 if (this.sxsearch) { 536 if (this.sxsearch) {
534 params['keyWord'] = this.sxsearch 537 params['keyWord'] = this.sxsearch
535 } 538 }
注册登录 后发表评论