|
|
@@ -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);
|
|
|
+ // }
|
|
|
});
|
|
|
},
|
|
|
|