From 67bb8ed26f127d39fc0f747aef32881af14b7ca6 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期五, 01 三月 2024 08:03:58 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/sd/customer/SelectCustomer.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/sd/customer/SelectCustomer.vue b/north-glass-erp/northglass-erp/src/views/sd/customer/SelectCustomer.vue
index d58884e..2d4d0a3 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/customer/SelectCustomer.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/customer/SelectCustomer.vue
@@ -79,7 +79,6 @@
 request.post(`/customer/getseletCustomer/1/${total.pageSize}`,filterData.value).then((res) => {
 
   if(res.code==200){
-    console.log(res.data)
     total.dataTotal = res.data.total.total*1
     total.pageTotal= res.data.total.pageTotal
     pageNum.value=1
@@ -116,7 +115,6 @@
   request.post(`/customer/getseletCustomer/1/${total.pageSize}`,filterData.value).then((res) => {
 
     if(res.code==200){
-      console.log(res.data)
       total.dataTotal = res.data.total.total*1
       total.pageTotal= res.data.total.pageTotal
       pageNum.value=1
@@ -135,7 +133,6 @@
   request.post(`/customer/getseletCustomer/${pageNum.value}/${total.pageSize}`,filterData.value).then((res) => {
 
     if(res.code==200){
-      console.log(res.data)
       produceList = deepClone(res.data.data)
       xGrid.value.loadData(produceList)
       gridOptions.loading=false

--
Gitblit v1.8.0