|
@@ -167,7 +167,7 @@ function formatPostUrl(type) {
|
|
|
return api.qcCheckMRPage
|
|
|
} else if (type === '6') {
|
|
|
return api.hmImproveMRPage
|
|
|
- } else if (type === '4') {
|
|
|
+ } else if (type === '12') {
|
|
|
return api.qcResultShortXYPage
|
|
|
}else{
|
|
|
return api.qcResultDefectList
|
|
@@ -179,7 +179,7 @@ function formatExportUrl(type) {
|
|
|
return api.qcCheckMRPageExport
|
|
|
} else if (type === '6') {
|
|
|
return api.hmImproveMRPageExport
|
|
|
- } else if (type === '4') {
|
|
|
+ } else if (type === '12') {
|
|
|
return api.qcResultShortXYPageExport
|
|
|
}else {
|
|
|
// 默认导出接口
|