src/views/CNAS/externalService/serviceAndSupplyPro/index.vue
@@ -23,7 +23,7 @@ </el-tree> </div> <div class="purchase-right"> <el-tabs v-model="activeName" @tab-click="handleClick"> <el-tabs v-model="activeName"> <el-tab-pane label="耗材总览" name="first" :lazy="true"> <ConsumableOverview v-if="activeName == 'first'" :contentsId="contentsId"></ConsumableOverview> </el-tab-pane> @@ -140,9 +140,6 @@ // 点击树节点 handleNodeClick(data) { this.contentsId = data.id; }, handleClick(tab, event) { console.log(tab, event); }, }, created() {