加工顺序修改

This commit is contained in:
zhangdingyu
2018-12-20 14:58:12 +08:00
parent 9fb980d207
commit 267e0c4388
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
import request from '@/utils/request'
// 初始化 项目名称
export function getEntryNameValue() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_传递后_项目名称_查询数据',
param: '考核状态=5=int'
}
})
}