Commit 492e06b4 authored by youjie's avatar youjie

no message

parent 8a9d8d2e
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
OrderId: '', OrderId: '',
dataObj:{ dataObj:{
tab:'1', tab:'1',
OrderId: 0, OrderId: '',
} }
}; };
}, },
...@@ -70,8 +70,8 @@ ...@@ -70,8 +70,8 @@
} }
}else{ }else{
this.tab = '0' this.tab = '0'
this.OrderId = 0 this.OrderId = ''
this.dataObj.OrderId = 0 this.dataObj.OrderId = ''
this.dataObj.tab = '0' this.dataObj.tab = '0'
} }
}, },
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
OrderId: '', OrderId: '',
dataObj:{ dataObj:{
tab:'1', tab:'1',
OrderId: 0, OrderId: '',
} }
}; };
}, },
...@@ -70,8 +70,8 @@ ...@@ -70,8 +70,8 @@
} }
}else{ }else{
this.tab = '0' this.tab = '0'
this.OrderId = 0 this.OrderId = ''
this.dataObj.OrderId = 0 this.dataObj.OrderId = ''
this.dataObj.tab = '0' 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