Commit be049cc6 authored by youjie's avatar youjie

no message

parent 06fc5ad4
...@@ -265,7 +265,8 @@ ...@@ -265,7 +265,8 @@
this.apipost('CarSingle_post_SetOrderChangePrice', this.changePriceMsg, res => { this.apipost('CarSingle_post_SetOrderChangePrice', this.changePriceMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.changePriceMsg.setPlatDialog = true; this.changePriceMsg.setPlatDialog = true;
this.changePriceMsg.outerVisible = false; this.changePriceMsg.outerVisible = false;
this.$emit('success')
} }
}) })
}, },
...@@ -320,7 +321,7 @@ ...@@ -320,7 +321,7 @@
}); });
} }
}) })
}, },
goTuanDetails(row) { goTuanDetails(row) {
let name = '' let name = ''
if (row.IsOneDayOrder == 1) { if (row.IsOneDayOrder == 1) {
......
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