Browse Source

去除log

fuwei 6 years ago
parent
commit
6c5af85088
1 changed files with 3 additions and 3 deletions
  1. 3 3
      store/src/admin/goodsManage/add.vue

+ 3 - 3
store/src/admin/goodsManage/add.vue

@@ -187,15 +187,15 @@ export default {
     ...mapGetters({ categoryData: "getCategory" })
   },
   onLoad() {
-    console.log('3333',this.categoryData)
+
     // this.init()
   },
   watch:{
     categoryData(val){
-      console.log('1111',val)
+      
     },
     'form.categoryIdList'(val){
-      console.log('2222',val)
+
     }
   },
   methods: {