Browse Source

专利挖掘文件审核任务类型传参错误5

zhuliu 1 year ago
parent
commit
775355727c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/patentMining/components/dialog/handleTask2.vue

+ 1 - 1
src/views/patentMining/components/dialog/handleTask2.vue

@@ -225,7 +225,7 @@ export default {
         projectId: this.form.projectId,//项目id
         assoTaskId: this.form.id,//当前任务id
         lastTaskId: this.form.id,//上一级任务的id
-        type:7,
+        type:5,
       }
       this.$api.addTask(params).then(res => {
         if (res.code == 200) {