liu
2026-09-02 2c162f32c0b9a0590a1cd671dd5a909321ea354b
src/views/mes/dv/machinery/type/components/tree.vue
@@ -5,7 +5,6 @@
import { ref } from 'vue';
import { CommonStatusEnum } from '@vben/constants';
import { handleTree } from '@vben/utils';
import { Card, Input } from 'ant-design-vue';
@@ -30,12 +29,10 @@
    proxyConfig: {
      ajax: {
        query: async () =>
          handleTree(
            await getMachineryTypeList({
              name: searchKeyword.value || undefined,
              status: CommonStatusEnum.ENABLE,
            }),
          ),
          await getMachineryTypeList({
            name: searchKeyword.value || undefined,
            status: CommonStatusEnum.ENABLE,
          }),
      },
    },
    rowConfig: {