修正ts类型

This commit is contained in:
Zy
2026-05-13 15:28:25 +08:00
parent 1b738c0f4d
commit a1750bc67b
114 changed files with 2346 additions and 613 deletions

View File

@@ -97,7 +97,7 @@ const form = ref({
parkingArea: null, // 车位面积
parkingFloor: null, // 车位楼层
type: '0', // 车位类型
residentId: null, // 住户id
residentId: '', // 住户id
parkingStatus: '', // 车位状态
remark: '', // 备注
parkingCode: '' // 车位编码