From 729b698b17d7468acbc6c495746a72c9150fdaeb Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 09 九月 2025 11:49:47 +0800
Subject: [PATCH] 按钮改名下传

---
 src/views/wel/shemi.vue |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/views/wel/shemi.vue b/src/views/wel/shemi.vue
index 1a3f0b2..cb25812 100644
--- a/src/views/wel/shemi.vue
+++ b/src/views/wel/shemi.vue
@@ -766,7 +766,6 @@
       return time.getTime() > today.getTime() || time.getTime() < threeMonthsAgo.getTime();//
     },
     createTimeChange(value) {
-      console.log('createTimeChange', value)
       this.searchTreeData.createTimeBegin = value[0];
       this.searchTreeData.createTimeEnd = value[1];
     },
@@ -818,7 +817,6 @@
       this.unlockBox = true;
     },
     lockSubmit(row,done) {  
-      //console.log(row,done)
       //閿佸畾鎻愪氦
       this.$confirm('鏄惁閿佸畾', {
         confirmButtonText: '纭畾',
@@ -826,7 +824,6 @@
         type: 'warning',
       }).then(() => {
         axios.post('/blade-mdm/program/node/lock',qs.stringify(this.lockForm)).then(res=>{
-          console.log('res',res.data)
           if (res.data.code == 200) {
             this.$message({ type: 'success', message: '鎿嶄綔鎴愬姛!' });
             this.addLocalTreeNode(this.lockForm.parentId);
@@ -891,7 +888,6 @@
         done();
         this.todolistModel = false;
       }).catch(error => {
-        window.console.log('haha', error);
         done();
       });
       
@@ -974,7 +970,6 @@
       return treeData.map(node => {
         if (node.children && node.children.length > 0) {
           this.defaultExpandedKeys.push(node.id);
-          console.log('>>>>>>>>', this.defaultExpandedKeys)
           node.children = this.removeHasChildren(node.children);
         }
         if (node.children.length > 0) {
@@ -1010,7 +1005,6 @@
         };
         // this.option.defaultExpandAll = true;
         let treeData = this.removeHasChildren(res.data.data);
-        console.log('treeData', treeData)
         this.option = Object.assign({},this.option,{defaultExpandedKeys: this.defaultExpandedKeys,lazy: true,defaultExpandAll: true});
         setTimeout(() => {
           this.treeSearchLoad = false;
@@ -1312,7 +1306,6 @@
       this.uploadmodalBox = false;
     },
     treeLoad(tree, treeNode, resolve) {
-      console.log('tree', tree, treeNode, this.option)
       this.loading = true;
       var obj = { parentId: tree.id }
       

--
Gitblit v1.9.3