Browse Source

订单数据节点传参转码

jbb 2 years ago
parent
commit
68b5bb6ede
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/order/orderList.vue

+ 1 - 1
src/views/order/orderList.vue

@@ -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();