chris 2 سال پیش
والد
کامیت
3ca28c6c21
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/views/modules/sys/role-add-or-update.vue

+ 0 - 2
src/views/modules/sys/role-add-or-update.vue

@@ -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',