Explorar el Código

删除console

chenrui hace 1 año
padre
commit
58f8e76e1f

+ 1 - 1
src/views/bnSetting/menu/childModal.vue

@@ -257,7 +257,7 @@ export default {
       const _this = this
       this.form.validateFields((err, values) => {
         if (!err) {
-          console.log(values.formData, ' formData.type222222222')
+          console.log(values.formData, ' formData.type')
           values.formData.permission = values.formData.permission.replace(/\//g, '_')
           const saveRequest = this.parentType == 'store' ? saveMdMenu : saveYyMenu
           saveRequest(Object.assign(this.formData, values.formData)).then(res => {

+ 1 - 1
src/views/bnSetting/menu/storeMenus.vue

@@ -351,7 +351,7 @@ export default {
     // 获取菜单树列表
     getMdMenuList () {
       getMdMenuList().then(res => {
-        console.log(res, 'res1111111')
+        console.log(res, 'res')
         if (res.status == 200) {
           this.treeData = res.data
           console.log(this.treeData, 'this.treeData')

+ 0 - 1
src/views/common/chooseTypeModal.vue

@@ -140,7 +140,6 @@ export default {
       }
     },
     handleAllDisabled (list) {
-      console.log('111111111:', list)
       this.chooseList = list
     },
     // 禁用递归

+ 0 - 2
src/views/dealerManagement/businessOwnerSettings/chooseDealer.vue

@@ -148,7 +148,6 @@ export default {
                 }
               }
             }
-            console.log('11111111111111:', chooseData)
             if (!this.pageFlag) {
               this.pageFlag = true
               _this.$refs.table.setTableSelected(_this.chooseInfo, chooseData) // 设置表格选中项
@@ -188,7 +187,6 @@ export default {
     // 表格选中项
     rowSelectionFun (obj) {
       this.rowSelectionInfo = obj || null
-      console.log('22222222222222222222:', obj)
     },
     areaChange (val) {
       this.queryParam.provinceSn = val[0] ? val[0] : ''

+ 0 - 1
src/views/dealerManagement/businessOwnerSettings/chooseSupplier.vue

@@ -88,7 +88,6 @@ export default {
               }
             }
             if (!_this.pageFlag) {
-              console.log('11111111111111111111111', _this.chooseInfo, chooseData)
               _this.$refs.table.setTableSelected(_this.chooseInfo, chooseData) // 设置表格选中项
               _this.pageFlag = true
             }