流程节点人员名称修改,企标评价
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user