职位管理请求添加agencyid

master
wangxia 1 year ago
parent e21999e220
commit 8fa26cc0e9

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

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

Loading…
Cancel
Save