gaoluyang
8 天以前 6b35989783d91899169f89e21a7d3734d8cadc1d
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
@@ -74,6 +72,7 @@
      ></PIMTable>
    </div>
    <el-dialog
         draggable
        v-model="modelDia"
        title="检测指标"
        width="400px"
@@ -221,7 +220,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);