1、租赁订单管理
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-01 17:57:12 +08:00
parent 33f2197ea8
commit cfa85a864c
4 changed files with 396 additions and 300 deletions

View File

@@ -10,7 +10,6 @@ import { resident_unitAdd, resident_unitInfo, resident_unitUpdate } from '#/api/
import { defaultFormValueGetter, useBeforeCloseDiff } from '#/utils/popup';
import { modalSchema } from './data';
import RoomSelect from "#/views/property/room/room-select.vue";
import {communityTree} from "#/api/property/community";
const emit = defineEmits<{ reload: [] }>();
@@ -134,9 +133,6 @@ async function handleClosed() {
<template>
<BasicModal :title="title">
<BasicForm>
<!-- <template #location="slotProps">-->
<!-- <RoomSelect v-bind="slotProps" :isUpdate="isUpdate" :level="2"/>-->
<!-- </template>-->
</BasicForm>
</BasicModal>
</template>