story#6932,VConsole调试
This commit is contained in:
@ -169,11 +169,12 @@ export default {
|
||||
},
|
||||
methods:{
|
||||
onConfirm(data) {
|
||||
console.log("data",data)
|
||||
this.time = timeFormat(new Date(data))
|
||||
if (this.form.salesChannel==1 || this.form.salesChannel==2){
|
||||
this.form.tradeTime = timeFormat(new Date(data))
|
||||
}else if(this.form.salesChannel==3){
|
||||
if (this.form.salesChannel==3){
|
||||
this.form.scrapTime = timeFormat(new Date(data))
|
||||
}else{
|
||||
this.form.tradeTime = timeFormat(new Date(data))
|
||||
}
|
||||
console.log("tradeTime",this.form.tradeTime)
|
||||
console.log("scrapTime",this.form.scrapTime)
|
||||
|
Reference in New Issue
Block a user