张诺
14 小时以前 1e8d22aa9b8e76945afecdfa306629ff354c49dd
src/api/productionManagement/productionProductMain.js
@@ -9,3 +9,12 @@
        params: query,
    });
}
// 报工审批
export function productAudit(data) {
    return request({
        url: "/productionProductMain/productAudit",
        method: "post",
        data,
    });
}