|
@@ -89,7 +89,6 @@
|
|
|
methods: {
|
|
|
init (id) {
|
|
|
this.dataForm.id = id || 0
|
|
|
- console.log('tree')
|
|
|
this.$http({
|
|
|
url: this.$http.adornUrl('/user-service/menu/tree'),
|
|
|
method: 'get',
|
|
@@ -99,7 +98,6 @@
|
|
|
this.menuList = data.data
|
|
|
}
|
|
|
}).then(() => {
|
|
|
- console.log('queryTree')
|
|
|
this.$http({
|
|
|
url: this.$http.adornUrl('/user-service/org/queryTree'),
|
|
|
method: 'get',
|