Browse Source

接口修改

1178232204@qq.com 3 years ago
parent
commit
72174cd939
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/js/qcListCopy.js

+ 2 - 2
src/js/qcListCopy.js

@@ -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 {
         // 默认导出接口