From 4325db37d20848c5585c37521fe063f19a4150dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Tue, 14 Feb 2023 17:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B2=A1=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/purApply/selectApplyListDialog.vue | 1 - src/views/purchase/purPlan/purPlan.vue | 1 - src/views/purchase/purPlan/purPlanEditDialog.vue | 1 - 3 files changed, 3 deletions(-) diff --git a/src/views/purchase/purApply/selectApplyListDialog.vue b/src/views/purchase/purApply/selectApplyListDialog.vue index e48fe6f3..485c2c67 100644 --- a/src/views/purchase/purApply/selectApplyListDialog.vue +++ b/src/views/purchase/purApply/selectApplyListDialog.vue @@ -279,7 +279,6 @@ export default { } } } - debugger var data = { id: this.pId, diff --git a/src/views/purchase/purPlan/purPlan.vue b/src/views/purchase/purPlan/purPlan.vue index 9a604099..29e091eb 100644 --- a/src/views/purchase/purPlan/purPlan.vue +++ b/src/views/purchase/purPlan/purPlan.vue @@ -343,7 +343,6 @@ export default { newDistributionForm(index, row) { - debugger this.idQuery.id = ''; if (this.$isNotBlank(row) && this.$isNotBlank(row.id)) { this.idQuery.id = row.id; diff --git a/src/views/purchase/purPlan/purPlanEditDialog.vue b/src/views/purchase/purPlan/purPlanEditDialog.vue index dc260fe4..33494d16 100644 --- a/src/views/purchase/purPlan/purPlanEditDialog.vue +++ b/src/views/purchase/purPlan/purPlanEditDialog.vue @@ -453,7 +453,6 @@ export default { created() { if (this.$isNotBlank(this.idQuery.id)) { - debugger this.query.limit = 100; this.pId=this.idQuery.id; this.query.orderIdFk = this.idQuery.id;