Commit 353538be authored by 赵啸非's avatar 赵啸非

修改部门 打开自定义添加

parent a9a27b5f
......@@ -4,8 +4,7 @@
<LayoutTable
notPagination
:data="tableData"
notAdd
notDel
ref="layoutTable"
:config="tableConfig"
notSearch
......@@ -69,23 +68,23 @@ export default {
// {label: "顺序", prop: "orderNum",formatter: this.formatter},
// {label: "创建用户", prop: "createUserId", formatter: this.formatter},
// {
// label: "操作",
// width: 240,
// formatter: (row) => {
// return (
// <table-buttons
// noAdd
// noView
// row={row}
// onEdit={this.toEdit}
// onView={this.toView}
// onDel={this.toDel}
// />
// );
// },
// },
{label: "创建用户", prop: "createUserId", formatter: this.formatter},
{
label: "操作",
width: 240,
formatter: (row) => {
return (
<table-buttons
noAdd
noView
row={row}
onEdit={this.toEdit}
onView={this.toView}
onDel={this.toDel}
/>
);
},
},
],
},
};
......
......@@ -63,6 +63,7 @@ public class HikDoorServiceImpl extends AbstractHikService implements IHikDoorSe
HCNetSDK hCNetSDK = createSDKInstance();
//initLoadSdk(hCNetSDK);
int userID = login(hCNetSDK, doorEntity);
log.info("userID==>{}",userID);
List<EventInfo> eventInfoList = new ArrayList<>();
......
......@@ -12,7 +12,7 @@
},
"pengxi": {
"baseUrl": "http://10.102.252.13:11039/attendance",
"baseUrl": "http://118.122.189.109:11039/attendance",
"baseLogin": "http://192.168.0.98:11078/base"
},
......
......@@ -147,7 +147,17 @@ Content-Type: application/json
}
###设备直连更新人员
GET {{baseUrl}}/test/updatePersonsByDevices
POST {{baseUrl}}/test/updatePersonsByDevices
Content-Type: application/json
{}
\ No newline at end of file
{}
###设备直连更新事件
POST {{baseUrl}}/test/searchEventsByDevices
Content-Type: application/json
{
"createTimeStart": "2024-03-27 00:00:00",
"createTimeEnd": "2024-03-27 23:59:59",
"deviceId": 4
}
\ No newline at end of file
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