受众一个对应值由kid改成id

This commit is contained in:
daihh
2023-02-13 18:12:02 +08:00
parent c5e63ef779
commit 94650bfb1e

View File

@@ -624,7 +624,7 @@ export default {
let crowdList=[];
rs.result.forEach(item=>{
crowdList.push({
id:item.kid,
id:item.id,
name:item.audienceName,
disabled:false
})