8/19 账单-时间类型-自然/滚动
This commit is contained in:
@@ -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, () => {
|
||||
|
||||
Reference in New Issue
Block a user