fix bug
This commit is contained in:
@ -1215,8 +1215,8 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
}
|
||||
console.log(value)
|
||||
console.log(this.unloadingTime)
|
||||
console.log(this.unloadingTime > value)
|
||||
if(this.unloadingTime > value) {
|
||||
console.log(this.unloadingTime < value)
|
||||
if(this.unloadingTime < value) {
|
||||
console.log('错误')
|
||||
this.loadingTime = ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user