1、口门门禁管理系统--->长期车辆进港管理模块--->分公司车辆信息---> 车辆进出记录适应相关方接口调用做代码调整

pet
fufeifei 2024-12-04 10:49:39 +08:00
parent 5055badbcc
commit 2f1ec6ac3b
1 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,9 @@ export default {
requestFN(
'/vehiclemessage/getInOutPageList?showCount=' + this.listQuery.limit + '&currentPage=' + this.listQuery.page,
{
...this.searchForm
...this.searchForm,
'CORPINFO_ID': JSON.parse(sessionStorage.getItem('user')).CORPINFO_ID,
'loginUserId': JSON.parse(sessionStorage.getItem('user')).USER_ID
}
).then((data) => {
this.listLoading = false