diff --git a/sgzb-ui/src/api/inventoryLogs/index.js b/sgzb-ui/src/api/inventoryLogs/index.js new file mode 100644 index 00000000..6af406f2 --- /dev/null +++ b/sgzb-ui/src/api/inventoryLogs/index.js @@ -0,0 +1,5 @@ +import request from '@/utils/request' + +export const getLogsListApi = (data) => { + return request.post('/login', data) +} \ No newline at end of file diff --git a/sgzb-ui/src/views/inventoryLogs/index.vue b/sgzb-ui/src/views/inventoryLogs/index.vue new file mode 100644 index 00000000..23f4f4ee --- /dev/null +++ b/sgzb-ui/src/views/inventoryLogs/index.vue @@ -0,0 +1,151 @@ + + + + +