瀏覽代碼

del:console

liujiayin 2 年之前
父節點
當前提交
8844e15f89
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/platform/org/position/manage.vue

+ 0 - 1
src/views/platform/org/position/manage.vue

@@ -137,7 +137,6 @@ export default {
             findAllPosition().then(res => {
                 const nextData = res.data || []
                 this.treeData = this.toTree([...firstData, ...nextData])
-                console.log('137 this.treeData', this.treeData)
             }).catch(res => {
             })
         })