完善搜索

cyl/dev
jscyl13849007907 1 year ago
parent 1f051581d2
commit 5b29394481

@ -1399,6 +1399,8 @@ export default {
}
if (this.isLogin) {
newdata.ageStr = this.searchValue;
newdata.keys = this.searchValue;
const { data } = await JobListApi(newdata);
if (data.status === 200) {
if(data.data.recordList.length < 8){

Loading…
Cancel
Save