Commit 492e06b4 authored by youjie's avatar youjie

no message

parent 8a9d8d2e
......@@ -31,7 +31,7 @@
OrderId: '',
dataObj:{
tab:'1',
OrderId: 0,
OrderId: '',
}
};
},
......@@ -70,8 +70,8 @@
}
}else{
this.tab = '0'
this.OrderId = 0
this.dataObj.OrderId = 0
this.OrderId = ''
this.dataObj.OrderId = ''
this.dataObj.tab = '0'
}
},
......
......@@ -31,7 +31,7 @@
OrderId: '',
dataObj:{
tab:'1',
OrderId: 0,
OrderId: '',
}
};
},
......@@ -70,8 +70,8 @@
}
}else{
this.tab = '0'
this.OrderId = 0
this.dataObj.OrderId = 0
this.OrderId = ''
this.dataObj.OrderId = ''
this.dataObj.tab = '0'
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment