app更新对l2数据显示
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
import request from '@/utils/request'
|
||||
import zinc1Request from '@/utils/zinc1Request'
|
||||
|
||||
// 获取当前生产中的计划信息
|
||||
export function getCurrentPlan() {
|
||||
return request({
|
||||
return zinc1Request({
|
||||
url: '/api/business/dashboard/currentPlan',
|
||||
method: 'get',
|
||||
baseUrl: 'http://140.143.206.120:10082/prod-api'
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 获取当前生产卷的关键工艺参数
|
||||
export function getCurrentProcess() {
|
||||
return request({
|
||||
return zinc1Request({
|
||||
url: '/api/business/dashboard/currentProcess',
|
||||
method: 'get',
|
||||
baseUrl: 'http://140.143.206.120:10082/prod-api'
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user