|
@@ -186,7 +186,7 @@ function formatPostUrl(type) {
|
|
|
return api.hmImproveMRPageByDept
|
|
|
} else if (type == '10') {
|
|
|
return api.qcResultShortByDeptPage
|
|
|
- } else if (type == 33) {
|
|
|
+ } else if (type == '13') {
|
|
|
return api.qcResultShortXYPageByDept
|
|
|
} else {
|
|
|
return api.qcResultDefectList
|
|
@@ -198,7 +198,7 @@ function formatExportUrl(type) {
|
|
|
return api.qcCheckMRPageExportByDept
|
|
|
} else if (type === '6') {
|
|
|
return api.improveMRExportByDept
|
|
|
- } else if (type === '33') {
|
|
|
+ } else if (type === '13') {
|
|
|
return api.qcResultShortXYPageExportDept
|
|
|
} else {
|
|
|
// 默认导出接口
|