新建检测计划时,检测项下拉框要和误差体系里配置的要一致
This commit is contained in:
@@ -148,4 +148,9 @@ export const importSubPlanCheckData = (params: Plan.ResPlan) => {
|
||||
// 合并子检测计划检测结果数据
|
||||
export const mergeSubPlanCheckData = (params: Plan.ResPlan) => {
|
||||
return http.upload(`/adPlan/mergePlanCheckData?planId=${params.id}`)
|
||||
}
|
||||
|
||||
//根据误差体系id获取测试项
|
||||
export const getPqErrSysTestItemList = (params: Plan.ResPlan) => {
|
||||
return http.get(`/pqErrSys/getTestItems?id=${params.errorSysId}`)
|
||||
}
|
||||
Reference in New Issue
Block a user