src/api/dzkb.js @@ -114,3 +114,11 @@ method: 'get' }) } // 车间看板公告 export function WkspReportNotice(data) { return request({ url: 'KanBanManagerent/WkspReportNotice', method: 'post', params: data }) }