Commit e9573ddb authored by youjie's avatar youjie

修复分房

parent ab365ef9
......@@ -575,6 +575,7 @@ export default {
}
this.list.forEach(item=>{
item.houseNoNew = item.houseNo
if(item.houseNo=='未分配') item.houseNo = this.$t('objFill.v101.busManagement.weifenpei')
if(item.houseNoNew=='未分配') item.isHouse = 0
else item.isHouse = 1
if(item.isHouse==0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment