张诺
昨天 ccd67e291e00a2ad9c29ad8df43de6fab5a4afed
src/api/productionManagement/productionProductMain.js
@@ -9,3 +9,12 @@
        params: query,
    });
}
// 报工审批
export function productAudit(data) {
    return request({
        url: "/productionProductMain/productAudit",
        method: "post",
        data,
    });
}