@@ -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)