ysy 1 年之前
父节点
当前提交
d8dd2e3166
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      src/views/produce/index.vue

+ 3 - 4
src/views/produce/index.vue

@@ -12,7 +12,6 @@
         :min-size="200"
         :max-size="-200"
         :left-style="{
-          background: 'rgba(185, 182, 229, .4)',
           overflow: 'hidden',
           width: '100%'
         }"
@@ -167,9 +166,9 @@
       },
 
       rowClick(row, taskId) {
-        console.log(6666, row);
+
         if (taskId) {
-          console.log(6666);
+   
           let params = {
             categoryId: row.categoryId,
             taskId: taskId
@@ -178,7 +177,7 @@
             this.BomObj = res.data;
             this.$forceUpdate();
 
-            console.log(88, this.BomObj);
+      
           });
         }
       }