修改禅道已知bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user