工器具画面关联功能

main
yangzhicheng 11 months ago
parent fb6850c5a2
commit 9f23252d11
  1. 2
      src/api/inspection/inspectiontasks.js

@ -75,7 +75,7 @@ export const task_getListByToolsCodeId = (legerId) => {
url: '/api/inspection/inspectiontasks/getListByToolsCodeId', url: '/api/inspection/inspectiontasks/getListByToolsCodeId',
method: 'get', method: 'get',
params: { params: {
legerId: legerId toolsCodeId: toolsCodeId
} }
}) })
} }

Loading…
Cancel
Save