修改法规清单发起任务提示语为空
This commit is contained in:
@@ -2040,7 +2040,8 @@
|
|||||||
contentList[i].designFlowStatus == 'Duty Person Rejected') {
|
contentList[i].designFlowStatus == 'Duty Person Rejected') {
|
||||||
idList.push(contentList[i].id)
|
idList.push(contentList[i].id)
|
||||||
}else if(contentList[i].designFlowStatus == 'NA' || contentList[i].verifyFlowStatus == 'NA'){
|
}else if(contentList[i].designFlowStatus == 'NA' || contentList[i].verifyFlowStatus == 'NA'){
|
||||||
|
detailedWarningList.push(
|
||||||
|
< div > { contentList[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
||||||
} else {
|
} else {
|
||||||
detailedWarningList.push(
|
detailedWarningList.push(
|
||||||
< div > { contentList[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
< div > { contentList[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
||||||
@@ -2915,7 +2916,8 @@
|
|||||||
idList.push(dataSource[i].id)
|
idList.push(dataSource[i].id)
|
||||||
this.rowKeysSuccessList.push(dataSource[i])
|
this.rowKeysSuccessList.push(dataSource[i])
|
||||||
} else if(dataSource[i].designFlowStatus == 'NA' || dataSource[i].verifyFlowStatus == 'NA'){
|
} else if(dataSource[i].designFlowStatus == 'NA' || dataSource[i].verifyFlowStatus == 'NA'){
|
||||||
|
this.detailedWarningList.push(
|
||||||
|
< div > { dataSource[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
||||||
}else {
|
}else {
|
||||||
this.detailedWarningList.push(
|
this.detailedWarningList.push(
|
||||||
< div > { dataSource[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
< div > { dataSource[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
||||||
@@ -2999,7 +3001,8 @@
|
|||||||
// _this.startProcess(dataList[i], 2, this.requestsNum)
|
// _this.startProcess(dataList[i], 2, this.requestsNum)
|
||||||
}
|
}
|
||||||
}else if(dataList[i].designFlowStatus == 'NA'){
|
}else if(dataList[i].designFlowStatus == 'NA'){
|
||||||
|
_this.detailedWarningList.push(
|
||||||
|
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
||||||
} else {
|
} else {
|
||||||
_this.detailedWarningList.push(
|
_this.detailedWarningList.push(
|
||||||
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
||||||
@@ -3019,7 +3022,8 @@
|
|||||||
// _this.startProcess(dataList[i], 4, this.requestsNum)
|
// _this.startProcess(dataList[i], 4, this.requestsNum)
|
||||||
}
|
}
|
||||||
}else if(dataList[i].verifyFlowStatus == 'NA'){
|
}else if(dataList[i].verifyFlowStatus == 'NA'){
|
||||||
|
_this.detailedWarningList.push(
|
||||||
|
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
||||||
} else {
|
} else {
|
||||||
_this.detailedWarningList.push(
|
_this.detailedWarningList.push(
|
||||||
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
|
||||||
|
|||||||
Reference in New Issue
Block a user