Commit 5f67ca01 authored by 黄媛媛's avatar 黄媛媛
parents 2b4b2e58 740f0afe
......@@ -206,7 +206,7 @@ export default {
defaultImg: 'this.src="' + require('assets/img/juan/error.png') + '"',
dialogFormVisible:false,
exitMsg:{
order_no:'',
orderId:'',
cancel_type:"",
cancel_desc:"",
CancelBy:'',
......@@ -283,8 +283,8 @@ export default {
if (res.data.resultCode == 1) {
this.Success(res.data.message);
this.$emit('queryDays')
this. exitMsg={
order_no:'',
this.exitMsg={
orderId:'',
cancel_type:"",
cancel_desc:"",
CancelBy:'',
......
......@@ -325,7 +325,7 @@ export default {
],
dialogFormVisible:false,
exitMsg:{
order_no:'',
orderId:'',
cancel_type:"",
cancel_desc:"",
CancelBy:'',
......@@ -348,8 +348,8 @@ export default {
if (res.data.resultCode == 1) {
this.Success(res.data.message);
this.$emit('queryDays')
this. exitMsg={
order_no:'',
this.exitMsg={
orderId:'',
cancel_type:"",
cancel_desc:"",
CancelBy:'',
......@@ -364,7 +364,7 @@ export default {
Exit(item){
let userInfo = this.getLocalStorage();
this.dialogFormVisible=true;
this.exitMsg.order_no=item.OrderID;
this.exitMsg.orderId=item.OrderID;
this.exitMsg.CancelBy=userInfo.name;
},
gopayInfo(item){
......
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