@@ -310,7 +310,7 @@ export default {
//单条同步
synchronizationOne(){
this.$nextTick(() => {
- var param = this.dingDan
+ var param = encodeURI(encodeURI(this.dingDan))
oneSyncy({parameter:param}).then(res => {
if (res.success) {
this.getOrderList();