Merge branch 'zxruniapp' into 'master'
Zxruniapp See merge request cxc/jeecguniapp!40
This commit is contained in:
commit
5d4ac0d3e7
@ -127,7 +127,7 @@
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
homelist.value = res.result.map((item, index) => ({
|
homelist.value = res.result.map((item, index) => ({
|
||||||
...item, // 保留原有字段
|
...item, // 保留原有字段
|
||||||
homezt: 0, // 添加homezt字段,默认为0
|
// homezt: 0, // 添加homezt字段,默认为0
|
||||||
}));
|
}));
|
||||||
//添加楼层情况
|
//添加楼层情况
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user