695593266@qq.com 1 месяц назад
Родитель
Сommit
eb068d9bb1
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/views/byProduct/components/byProduct-search.vue

+ 4 - 4
src/views/byProduct/components/byProduct-search.vue

@@ -113,11 +113,11 @@
           size: -1
         }).then((res) => {
           this.produceTaskList = res.list;
-          this.where.taskId = res.list[0].id;
+          // this.where.taskId = res.list[0].id;
 
-          if (this.where.taskId) {
-            this.$emit('search', this.where);
-          }
+          // if (this.where.taskId) {
+          //   this.$emit('search', this.where);
+          // }
         });
       },