0630 #111

Merged
lukeyan merged 1 commits from master into lukeyan 1 year ago

@ -49,11 +49,11 @@ export function flowDetail(params) {
})
}
//企业今日进园区
export function vehicleIn(data) {
export function vehicleIn(params) {
return request({
url: '/safety/tbParkVehicleRecord/list',
method: 'post',
data
method: 'get',
params
})
}
// //企业今日出园区

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

@ -369,7 +369,7 @@ export default {
.picForm {
/deep/ .el-dialog {
background-color: rgba(0, 0, 0, 0);
background: url('~@/assets/head/编组 3021112.png') no-repeat;
background: url('~@/assets/safetyIndex/弹窗009.png') no-repeat;
background-size: 100% 100%;
width: 1241px;
height: 850px;

Loading…
Cancel
Save