fix: 保存场景后清理货架数据

This commit is contained in:
wanganmao
2023-02-09 15:16:44 +08:00
parent 9112e01956
commit 5f873d4d55

View File

@@ -93,6 +93,11 @@ export const buildScene = (origin) => {
shelf.wares.push(ware);
// 清空货架信息
cell.surveyLogo = "";
cell.surveyPrice = 0
cell.pileNumber = 2
cell.pileRotationY = 0;
cell.surveyWare = null;
})
});