修改点击责任领域后,跳转未筛选状态
This commit is contained in:
+2
-2
@@ -242,9 +242,9 @@
|
||||
projectNameId: this.projectInfo.projectNameId,
|
||||
targetMarket: this.projectInfo.targetMarket,
|
||||
studioEngineer: this.projectInfo.studioEngineer,
|
||||
type: type,
|
||||
dutyTerritoryName: item.dutyTerritoryName
|
||||
}
|
||||
console.log(this.queryParam.operatorType)
|
||||
if (this.queryParam.operatorType == 'queryDesignTaskConfirmation') {
|
||||
query.processState = this.taskProcessState[this.queryParam.status].join(',')
|
||||
query.selectModel = 'designFlowStatus'
|
||||
@@ -262,7 +262,7 @@
|
||||
query.selectModel = 'verifyFlowStatus'
|
||||
type = '102'
|
||||
} else if (this.queryParam.operatorType == 'queryRZTaskToConfirmStatistics') {
|
||||
query = '106'
|
||||
type = '106'
|
||||
item.processState = this.authenticationProcessState[this.queryParam.status].join(',')
|
||||
} else if (this.queryParam.operatorType == 'queryPrehomoStatistics') {
|
||||
type = '106'
|
||||
|
||||
Reference in New Issue
Block a user