|
@@ -396,6 +396,7 @@ export default {
|
|
|
findEntityByAcqId(params).then(res => {
|
|
|
if (res && res.code === '200') {
|
|
|
this.collectEntityList = res.data.filter(e => e.isShow)
|
|
|
+ this.collectEntityId = this.collectEntityList[0].id
|
|
|
} else {
|
|
|
this.$message.error(res.message)
|
|
|
}
|