|
|
@ -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, |
|
|
|