Browse Source

去除console

qinzhipeng_v@didiglobal.com 4 năm trước cách đây
mục cha
commit
a0eed066ab
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/ToConfigure/components/BusinessDirection.vue

+ 0 - 1
src/views/ToConfigure/components/BusinessDirection.vue

@@ -96,7 +96,6 @@ export default {
   },
   methods: {
     async getQueryBizModuleList() { // 获取结构化模块列表
-      console.log(this.$store.state.data.bizId, '哈哈')
       const res = await queryBizModuleList(this.bizId)
       this.data = this.handleData(res.data)
     },