修改法规清单发起任务提示语为空

This commit is contained in:
范强强
2023-07-27 14:25:27 +08:00
parent 9c1539b314
commit a5f932f47f
@@ -2040,7 +2040,8 @@
contentList[i].designFlowStatus == 'Duty Person Rejected') {
idList.push(contentList[i].id)
}else if(contentList[i].designFlowStatus == 'NA' || contentList[i].verifyFlowStatus == 'NA'){
detailedWarningList.push(
< div > { contentList[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
} else {
detailedWarningList.push(
< div > { contentList[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
@@ -2915,7 +2916,8 @@
idList.push(dataSource[i].id)
this.rowKeysSuccessList.push(dataSource[i])
} else if(dataSource[i].designFlowStatus == 'NA' || dataSource[i].verifyFlowStatus == 'NA'){
this.detailedWarningList.push(
< div > { dataSource[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
}else {
this.detailedWarningList.push(
< div > { dataSource[i].serialNumber + this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
@@ -2999,7 +3001,8 @@
// _this.startProcess(dataList[i], 2, this.requestsNum)
}
}else if(dataList[i].designFlowStatus == 'NA'){
_this.detailedWarningList.push(
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
} else {
_this.detailedWarningList.push(
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
@@ -3019,7 +3022,8 @@
// _this.startProcess(dataList[i], 4, this.requestsNum)
}
}else if(dataList[i].verifyFlowStatus == 'NA'){
_this.detailedWarningList.push(
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)
} else {
_this.detailedWarningList.push(
< div > { dataList[i].serialNumber + _this.$t('pleaseSelectTheDataverificationVerified') } < /div>)