From 3913b3c5c8cde03f8c92d1c738d28c4a9bae7e55 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 22 十一月 2023 08:48:02 +0800
Subject: [PATCH] #
---
pages/business/saleManage/cstmrDetls.vue | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/pages/business/saleManage/cstmrDetls.vue b/pages/business/saleManage/cstmrDetls.vue
index f51c05c..bec1086 100644
--- a/pages/business/saleManage/cstmrDetls.vue
+++ b/pages/business/saleManage/cstmrDetls.vue
@@ -91,9 +91,7 @@
}
},
onLoad(option) {
- console.log('寮�濮�');
if (JSON.stringify(option) != "{}") {
- console.log('pd1');
this.id = option.id
this.init()
this.autoLoad('follower','')
@@ -101,7 +99,6 @@
this.getFollowers()
},500)
} else {
- console.log('cd2');
let _this = this
const eventChannel = this.getOpenerEventChannel();
eventChannel.on('cstmr', function(data) {
@@ -128,7 +125,6 @@
method: 'GET',
success(res) {
res = res.data
- console.log(res);
that.saleManage = res.data
that.cstmr = res.data
that.cstmrId = that.cstmr.id
--
Gitblit v1.9.1