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