bug 67654

This commit is contained in:
zyx.net
2023-04-03 16:04:48 +08:00
parent c30cb597f3
commit 3c462393ac
@@ -305,7 +305,7 @@ import { message } from 'ant-design-vue'
if(item.cpxh==null){ if(item.cpxh==null){
item.cpxh='' item.cpxh=''
} }
obj.value=item.ggpc+'-'+item.cpmc+'-'+item.cpxh obj.value=item.cpdjbh+'-'+item.ggpc+'-'+item.cpxh
this.selectList.push(obj) this.selectList.push(obj)
}) })
} }