소스 검색

提交代码~

hotfix/210830_二组需求分支
王饶冀 3 년 전
부모
커밋
02b758336b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      pages/index/components/listDetails/Details.js

+ 2
- 2
pages/index/components/listDetails/Details.js 파일 보기

@@ -82,7 +82,7 @@ Page({
},
getCurrentData() {
let { businessCommunicationDemandId, customerId } = this.data;
let paramCustomerId = customerId ? customerId * 1 : null;
let paramCustomerId = customerId ? customerId * 1 : 0;
console.log(paramCustomerId, 'paramCustomerId')
$request.get('/businessCommunicationDemand/getDemandByDemandId.action',
{ demandId: businessCommunicationDemandId, customerId: paramCustomerId }
@@ -106,7 +106,7 @@ Page({
})
this.getListData();
}
}
}
this.setData({
pageLoading: false,
})

Loading…
취소
저장