|
|
|
@ -235,6 +235,7 @@ Page({
|
|
|
|
|
|
|
|
|
|
|
|
console.log(that.data.inputVal);
|
|
|
|
console.log(that.data.inputVal);
|
|
|
|
that.data.storeJobListSearchForm.keys = that.data.inputVal == "" ? "" : that.data.inputVal;
|
|
|
|
that.data.storeJobListSearchForm.keys = that.data.inputVal == "" ? "" : that.data.inputVal;
|
|
|
|
|
|
|
|
that.data.storeJobListSearchForm.agencyId = wx.getStorageSync("storageSyncAgencyUserId");
|
|
|
|
// debugger;
|
|
|
|
// debugger;
|
|
|
|
wx.showLoading({
|
|
|
|
wx.showLoading({
|
|
|
|
title: "加载中...",
|
|
|
|
title: "加载中...",
|
|
|
|
|