职位管理请求添加agencyid

master
wangxia 1 year ago
parent e21999e220
commit 8fa26cc0e9

@ -1,8 +1,8 @@
App({ App({
globalData: { globalData: {
userInfo: null, userInfo: null,
// ip: 'https://test.renminshitang.com.cn/daotian/api_dev', ip: 'https://test.renminshitang.com.cn/daotian/api_dev',
ip: "https://daotian.matripe.com.cn", // ip: "https://daotian.matripe.com.cn",
// ip: 'http://localhost:8001', // ip: 'http://localhost:8001',
sessionId: "", sessionId: "",
header: { header: {

@ -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: "加载中...",

Loading…
Cancel
Save