Преглед изворни кода

副产品搜索条件修改

695593266@qq.com пре 1 месец
родитељ
комит
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);
+          // }
         });
       },