liujiayin vor 2 Jahren
Ursprung
Commit
8844e15f89
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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 => {
             })
         })