Browse Source

副产品搜索条件修改

695593266@qq.com 1 month ago
parent
commit
eb068d9bb1
1 changed files with 4 additions and 4 deletions
  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
           size: -1
         }).then((res) => {
         }).then((res) => {
           this.produceTaskList = res.list;
           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);
+          // }
         });
         });
       },
       },