修改禅道已知bug
This commit is contained in:
@@ -1300,19 +1300,13 @@
|
||||
if (this.dataSource[i].homologationEngineerId && this.dataSource[i].regulationOwnerId) {
|
||||
this.detailedSuccessList.push(this.dataSource[i])
|
||||
} else {
|
||||
this.detailedWarningList.push( < div > {
|
||||
this
|
||||
.dataSource[i].serialNumber + this.$t('TheEngineerAndCertification')
|
||||
} < /div>)
|
||||
this.detailedWarningList.push( < div > { this.dataSource[i].serialNumber + this.$t('TheEngineerAndCertification') } < /div>)
|
||||
// this.$message.warning(this.dataSource[i].serialNumber + this.$t('TheEngineerAndCertification'))
|
||||
// isTrue = false
|
||||
// return
|
||||
}
|
||||
} else {
|
||||
this.detailedWarningList.push( < div > {
|
||||
this
|
||||
.dataSource[i].serialNumber + ',' + this.$t('pleaseSelectinitiatedOrRejected')
|
||||
} < /div>)
|
||||
this.detailedWarningList.push( < div > {this.dataSource[i].serialNumber + ',' + this.$t('pleaseSelectinitiatedOrRejected')} < /div>)
|
||||
// this.$message.warning(this.dataSource[i].serialNumber + ',' + this.$t('pleaseSelectinitiatedOrRejected'))
|
||||
// isTrue = false
|
||||
// return
|
||||
|
||||
Reference in New Issue
Block a user