From ba65926011f36ae9e98d373d33b33f9ad024d6c8 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 28 八月 2023 10:24:30 +0800
Subject: [PATCH] 整合代码

---
 Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
index 465f489..33b81c4 100644
--- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -373,7 +373,6 @@
         limit: this.page.pageSize,
         'conditionMap[lcstatus]': lcstatus
       }).then(res => {
-        console.log(res)
         this.tableData = res.data.data
       })
     },
@@ -467,9 +466,6 @@
         const data = response.data.data;
         this.transferData = data;
       }
-    },
-    handelTransferSave(val) {
-      console.log('鍙戝竷', val)
     },
     rend() {
       this.tableData = this.tableHeadData;
@@ -637,7 +633,6 @@
           list.push(item.oid)
         })
         deleteCode({codeClassifyOid: this.codeClassifyOid, oidList: list}).then(res => {
-          console.log(res)
           if (res.data.code === 200) {
             this.$message({
               type: 'success',
@@ -828,9 +823,7 @@
       this.DataVisible = false;
       val.copyFromVersion = this.rowOid;
       val.oid = '';
-      console.log(val)
       upSaveCode(val).then(res => {
-        console.log(res)
         this.$nextTick(() => {
           this.$message.warning("淇濆瓨鎴愬姛");
           this.onLoad()

--
Gitblit v1.9.3