소스 검색

处理研报审批三级分类按钮

cldu 5 달 전
부모
커밋
ccb6d5e466
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mixins/reportApproveConfig.js

+ 1 - 1
src/mixins/reportApproveConfig.js

@@ -53,7 +53,7 @@ export default{
                 ReportType:type,
                 ClassifyFirstId:classify[0]||0,
                 ClassifySecondId:classify[1]||0,
-                ClassifyThirId:classify[2]||0,
+                ClassifyThirdId:classify[2]||0,
             }
             approveInterence.checkClassifyApprove(params).then(res=>{
                 this.checkLoading=false