src/views/qualityManagement/metricMaintenance/index.vue
@@ -19,9 +19,7 @@ :data="list" @node-click="handleNodeClick" :expand-on-click-node="false" default-expand-all :default-expanded-keys="expandedKeys" :draggable="true" :filter-node-method="filterNode" :props="{ children: 'children', label: 'label' }" highlight-current @@ -221,7 +219,7 @@ // 查询产品树 const getProductTreeList = () => { treeLoad.value = true; productTreeList().then((res) => { productTreeList({productName: '质量'}).then((res) => { list.value = res; list.value.forEach((a) => { expandedKeys.value.push(a.label);