Browse Source

Merge branch 'master' of 222.128.11.72:BWPB3/WxXuSaleEmployeeRole

master
chenxuhui 7 years ago
parent
commit
fba05e79b2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      pages/outStore/query/query.js
  2. +1
    -1
      project.config.json

+ 1
- 1
pages/outStore/query/query.js View File

@ -3,7 +3,7 @@ var timechage = require("../../../utils/dateTimeUtil.js")
var app = getApp() var app = getApp()
function GetCustomer(that, inputValue) { function GetCustomer(that, inputValue) {
let method = "/MainSystem/B3MiniProgramRpc/Rpcs/BaseInfoRpc/GetCustomerExt";
let method = "/MainSystem/B3MiniProgramRpc/Rpcs/BaseInfoRpc/GetCustomer";
let params = [{ let params = [{
"InputValue": inputValue, "InputValue": inputValue,
"PageIndex": 0, "PageIndex": 0,


+ 1
- 1
project.config.json View File

@ -13,7 +13,7 @@
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.3.1", "libVersion": "2.3.1",
"appid": "wx1a89a89a80318160", "appid": "wx1a89a89a80318160",
"projectname": "XuSaleEmployee",
"projectname": "畜业务员易",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
}, },


Loading…
Cancel
Save