二级后端添加数据快照修正
This commit is contained in:
12
apps/hand-factory/api/business/stoppage.js
Normal file
12
apps/hand-factory/api/business/stoppage.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 停机记录列表
|
||||
export function listStoppage(data) {
|
||||
return request({
|
||||
url: '/api/stoppage/list',
|
||||
method: 'post',
|
||||
data,
|
||||
baseUrl: 'http://140.143.206.120:10082/prod-api'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user