Files
klp-mono/apps/hand-factory/api/business/stoppage.js
2026-01-15 20:18:37 +08:00

12 lines
200 B
JavaScript

import zinc1Request from '@/utils/zinc1Request'
// 停机记录列表
export function listStoppage(data) {
return zinc1Request({
url: '/api/stoppage/list',
method: 'post',
data
})
}