| | |
| | | |
| | | import { ref } from 'vue'; |
| | | |
| | | import { CommonStatusEnum } from '..\..\..\..\..\..\packages\constants\src'; |
| | | import { handleTree } from '..\..\..\..\..\..\packages\utils\src'; |
| | | import { CommonStatusEnum } from '@vben/constants'; |
| | | |
| | | import { Card, Input } from 'ant-design-vue'; |
| | | |
| | |
| | | proxyConfig: { |
| | | ajax: { |
| | | query: async () => |
| | | handleTree( |
| | | await getMachineryTypeList({ |
| | | name: searchKeyword.value || undefined, |
| | | status: CommonStatusEnum.ENABLE, |
| | | }), |
| | | ), |
| | | await getMachineryTypeList({ |
| | | name: searchKeyword.value || undefined, |
| | | status: CommonStatusEnum.ENABLE, |
| | | }), |
| | | }, |
| | | }, |
| | | rowConfig: { |