diff --git a/pages/SecondPhase/production/BakeDetail.vue b/pages/SecondPhase/production/BakeDetail.vue index 2ff5de1..964fc47 100644 --- a/pages/SecondPhase/production/BakeDetail.vue +++ b/pages/SecondPhase/production/BakeDetail.vue @@ -39,7 +39,7 @@ - + {{e.point_code}} {{e.container_name}} {{e.product_area}} @@ -123,8 +123,6 @@ options: [], index: '', dataList: [], - pkId: '', - pkObj: {}, reload: false, status: 'more', contentText: { @@ -193,10 +191,6 @@ this.status = 'noMore' } }, - toCheck (e) { - this.pkId = this.pkId === e.container_name ? '' : e.container_name - this.pkObj = this.pkId === e.container_name ? e : {} - }, async handleConfirm1 () { if (!this.val1 || !this.val2) { return