提交 89c73be0735b25e233a272e2f1cfd1db03e43704

作者 guomingshu
1 个父辈 dd690dc6

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

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