1、设备列表
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

2、保养计划
This commit is contained in:
2025-07-16 17:32:23 +08:00
parent 8c69441190
commit 56440da41b
14 changed files with 1842 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import { computed, ref } from 'vue';
import { useVbenModal } from '@vben/common-ui';
import { $t } from '@vben/locales';
import {cloneDeep, getPopupContainer, handleNode} from '@vben/utils';
import {cloneDeep, handleNode} from '@vben/utils';
import { useVbenForm } from '#/adapter/form';
import { resident_unitAdd, resident_unitInfo, resident_unitUpdate } from '#/api/property/resident/unit';
@@ -108,7 +108,6 @@ async function initLocationOptions() {
value: 'code',
children: 'children',
},
getPopupContainer,
placeholder: '请选择入驻位置',
showSearch: true,
treeData: locationList,