Bläddra i källkod

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

zhuliu 1 år sedan
förälder
incheckning
775355727c
1 ändrade filer med 1 tillägg och 1 borttagningar
  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) {