ZN
2026-03-30 5fc4e0f0cd2554eeaa911384ed87373aa4ee3c5f
src/api/productionManagement/productionProductMain.js
@@ -9,3 +9,12 @@
        params: query,
    });
}
// 报工审批
export function productAudit(data) {
    return request({
        url: "/productionProductMain/productAudit",
        method: "post",
        data,
    });
}