import zinc1Request from '@/utils/zinc1Request' // 获取当前生产中的计划信息 export function getCurrentPlan() { return zinc1Request({ url: '/api/business/dashboard/currentPlan', method: 'get' }) } // 获取当前生产卷的关键工艺参数 export function getCurrentProcess() { return zinc1Request({ url: '/api/business/dashboard/currentProcess', method: 'get' }) }