Commit 631fa429 authored by youjie's avatar youjie

no message

parent 06165d25
...@@ -809,7 +809,7 @@ ...@@ -809,7 +809,7 @@
getContractInfor(item){ getContractInfor(item){
this.inforLoading = true this.inforLoading = true
this.apipost("app_customer_GetERPAuthenticationContractDetails", this.apipost("app_customer_GetERPAuthenticationContractDetails",
{ ContractId: item.Id }, { ContractId: item.ID },
res => { res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
console.log(res.data.data,'====='); console.log(res.data.data,'=====');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment