1、口门门禁管理系统--->长期车辆进港管理模块--->分公司车辆信息---> 车辆进出记录适应相关方接口调用做代码调整
parent
5055badbcc
commit
2f1ec6ac3b
|
@ -147,7 +147,9 @@ export default {
|
||||||
requestFN(
|
requestFN(
|
||||||
'/vehiclemessage/getInOutPageList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page,
|
'/vehiclemessage/getInOutPageList?showCount=' + this.listQuery.limit + '¤tPage=' + 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) => {
|
).then((data) => {
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
|
|
Loading…
Reference in New Issue