流程节点人员名称修改,企标评价

This commit is contained in:
shenyanpei
2022-01-29 16:36:34 +08:00
parent 8331a3f59b
commit 1bab862ca7
4 changed files with 26 additions and 26 deletions
@@ -1588,7 +1588,7 @@ export default {
},
tabsClick(tab, event){
this.historyInfoLoading = true
if (this.commentAverageScoreTag === '1'){
if (this.commentAverageScoreTag === '1' || this.commentActiveName === 'historyComment'){
this.indexType = 'quality'
//查询评分表
const allData = {
@@ -1607,7 +1607,7 @@ export default {
this.historyInfoLoading = false
})
}
else if (this.commentAverageScoreTag === '2'){
else if (this.commentAverageScoreTag === '2' || this.commentActiveName === 'dynamicComment'){
this.indexType = 'dynamic'
//查询评分表
const allData = {