From c0c844de5c3143f585b83934c7f92d85512a000e Mon Sep 17 00:00:00 2001 From: wyj2080 <1603068044@qq.com> Date: Thu, 23 Apr 2020 15:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseDataCompany.vue | 1 - src/pages/shop/IncreaseDataStore.vue | 1 - src/pages/user/AccountManagementModify.vue | 1 - src/pages/user/AccountManager.vue | 1 - 4 files changed, 4 deletions(-) diff --git a/src/pages/shop/IncreaseDataCompany.vue b/src/pages/shop/IncreaseDataCompany.vue index f0e96e9..2e2e79f 100644 --- a/src/pages/shop/IncreaseDataCompany.vue +++ b/src/pages/shop/IncreaseDataCompany.vue @@ -128,7 +128,6 @@ this.$Message.info("请选择日期"); return } - debugger let orgId = this.selectedCompany; if(this.selectedCompany === '-1'){ orgId = null; diff --git a/src/pages/shop/IncreaseDataStore.vue b/src/pages/shop/IncreaseDataStore.vue index 4a67630..1bd5fbc 100644 --- a/src/pages/shop/IncreaseDataStore.vue +++ b/src/pages/shop/IncreaseDataStore.vue @@ -162,7 +162,6 @@ }, storeOfCompany(){ this.selectedStore = null; - debugger let that = this; let orgId = this.selectedCompany; if(this.selectedCompany === "-1"){ diff --git a/src/pages/user/AccountManagementModify.vue b/src/pages/user/AccountManagementModify.vue index 3f6671d..6bcffe6 100644 --- a/src/pages/user/AccountManagementModify.vue +++ b/src/pages/user/AccountManagementModify.vue @@ -239,7 +239,6 @@ }); }, check(){ - debugger this.modifyValidate.password = this.passwordCheck; this.modifyValidate.confirmPassword = this.confirmPasswordCheck; } diff --git a/src/pages/user/AccountManager.vue b/src/pages/user/AccountManager.vue index 253144e..24eea31 100644 --- a/src/pages/user/AccountManager.vue +++ b/src/pages/user/AccountManager.vue @@ -278,7 +278,6 @@ return } if (data.code === '0000') { - debugger if (data) { let row = data.results.records; that.totalSize = data.results.total;