Commit 561653f4 authored by tanjunxin's avatar tanjunxin

fix: 工作单元管理优化

parent 9c4276db
...@@ -66,6 +66,6 @@ export function delMaterialRequest(materialRequestId) { ...@@ -66,6 +66,6 @@ export function delMaterialRequest(materialRequestId) {
export function confirmMaterialRequest(applyNo) { export function confirmMaterialRequest(applyNo) {
return request({ return request({
url: '/pro/materialRequest/confirm/' + applyNo, url: '/pro/materialRequest/confirm/' + applyNo,
method: 'get' method: 'get',
}) })
} }
\ No newline at end of file
This diff is collapsed.
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