修正ts类型
This commit is contained in:
@@ -97,7 +97,7 @@ const form = ref({
|
||||
parkingArea: null, // 车位面积
|
||||
parkingFloor: null, // 车位楼层
|
||||
type: '0', // 车位类型
|
||||
residentId: null, // 住户id
|
||||
residentId: '', // 住户id
|
||||
parkingStatus: '', // 车位状态
|
||||
remark: '', // 备注
|
||||
parkingCode: '' // 车位编码
|
||||
|
||||
Reference in New Issue
Block a user