8/19 账单-时间类型-自然/滚动

This commit is contained in:
Zy
2026-08-19 09:27:48 +08:00
parent 3fa96351d7
commit 406cf90db5
29 changed files with 442 additions and 120 deletions

View File

@@ -177,7 +177,10 @@ function getStoreRoomInfo(id: string) {
getStoreroom(id).then((res) => {
form.value = {
...form.value,
...res.data
...res.data,
houseArea: res.data.houseArea === 0 ? null : res.data.houseArea,
shareArea: res.data.shareArea === 0 ? null : res.data.shareArea,
internalArea: res.data.internalArea === 0 ? null : res.data.internalArea
};
if (form.value.buildingId) {
handleChangeBuild(form.value.buildingId, () => {