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