|
@@ -313,7 +313,7 @@
|
|
|
this.OrderService.ConfirmReceipt({orderId:id}).then(response =>{
|
|
|
this.$util.msg(response.msg,2000,true,'success');
|
|
|
setTimeout(() => {
|
|
|
- this.GetOrderDatainit(this.currentTab)
|
|
|
+ this.GetOrderDetaileData(this.currentTab)
|
|
|
},2000)
|
|
|
}).catch(error =>{
|
|
|
this.$util.msg(error.msg,2000)
|
|
@@ -323,7 +323,7 @@
|
|
|
this.OrderService.DeleteOrder({orderId:id}).then(response =>{
|
|
|
this.$util.msg(response.msg,2000,true,'success');
|
|
|
setTimeout(() => {
|
|
|
- this.GetOrderDatainit(this.currentTab)
|
|
|
+ this.GetOrderDetaileData(this.currentTab)
|
|
|
},2000)
|
|
|
}).catch(error =>{
|
|
|
this.$util.msg(error.msg,2000)
|
|
@@ -333,7 +333,7 @@
|
|
|
this.OrderService.CancelOrder({orderId:id}).then(response =>{
|
|
|
this.$util.msg(response.msg,2000,true,'success');
|
|
|
setTimeout(() => {
|
|
|
- this.GetOrderDatainit(this.currentTab)
|
|
|
+ this.GetOrderDetaileData(this.currentTab)
|
|
|
},2000)
|
|
|
}).catch(error =>{
|
|
|
this.$util.msg(error.msg,2000)
|