mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 16:36:44 +08:00
@@ -104,8 +104,11 @@ export default {
|
||||
// })
|
||||
let filterValue = Object.values(this.assessResultDescList)
|
||||
if(filterValue.length>=1){
|
||||
filterValue.forEach(item=>{
|
||||
this.evalDescList.push(item)
|
||||
filterValue.forEach((item,index)=>{
|
||||
this.evalDescList.push(item+';')
|
||||
if(index === filterValue.length - 1){
|
||||
this.evalDescList[index] = item + '。';
|
||||
}
|
||||
})
|
||||
}
|
||||
console.log('filterValue',filterValue)
|
||||
|
||||
Reference in New Issue
Block a user