修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-01 18:14:41 +08:00
parent 1912f76fc2
commit 1fe481ca17
@@ -1300,19 +1300,13 @@
if (this.dataSource[i].homologationEngineerId && this.dataSource[i].regulationOwnerId) { if (this.dataSource[i].homologationEngineerId && this.dataSource[i].regulationOwnerId) {
this.detailedSuccessList.push(this.dataSource[i]) this.detailedSuccessList.push(this.dataSource[i])
} else { } else {
this.detailedWarningList.push( < div > { this.detailedWarningList.push( < div > { this.dataSource[i].serialNumber + this.$t('TheEngineerAndCertification') } < /div>)
this
.dataSource[i].serialNumber + this.$t('TheEngineerAndCertification')
} < /div>)
// this.$message.warning(this.dataSource[i].serialNumber + this.$t('TheEngineerAndCertification')) // this.$message.warning(this.dataSource[i].serialNumber + this.$t('TheEngineerAndCertification'))
// isTrue = false // isTrue = false
// return // return
} }
} else { } else {
this.detailedWarningList.push( < div > { this.detailedWarningList.push( < div > {this.dataSource[i].serialNumber + ',' + this.$t('pleaseSelectinitiatedOrRejected')} < /div>)
this
.dataSource[i].serialNumber + ',' + this.$t('pleaseSelectinitiatedOrRejected')
} < /div>)
// this.$message.warning(this.dataSource[i].serialNumber + ',' + this.$t('pleaseSelectinitiatedOrRejected')) // this.$message.warning(this.dataSource[i].serialNumber + ',' + this.$t('pleaseSelectinitiatedOrRejected'))
// isTrue = false // isTrue = false
// return // return