浏览代码

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

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