From b5b28e8b9c639f49e69efc60684e68bf642d1092 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期三, 21 六月 2023 16:43:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS-WEB/src/views/MasterData/items.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/MasterData/items.vue b/Source/UBCS-WEB/src/views/MasterData/items.vue
index e6b5d52..0ca87ed 100644
--- a/Source/UBCS-WEB/src/views/MasterData/items.vue
+++ b/Source/UBCS-WEB/src/views/MasterData/items.vue
@@ -62,7 +62,6 @@
   methods:{
     codeClassifyOidList(val){
       this.codeClassifyOid=val;
-      console.log(val)
     },
     coderuleoidList(val){
       this.coderuleoid=val;
@@ -87,7 +86,6 @@
     },
     nodeClick(val){
       this.templateOid=val;
-      console.log('val',val)
       this.isLoading=true;
       setTimeout(() => {
         this.isLoading = false;

--
Gitblit v1.9.3