buhuazhen
7 天以前 76e1c8c35fe88d21fe881165dccf89f845d4f1b2
src/api/productionManagement/productionProductMain.js
@@ -9,3 +9,12 @@
        params: query,
    });
}
// 报工审批
export function productAudit(data) {
    return request({
        url: "/productionProductMain/productAudit",
        method: "post",
        data,
    });
}