Explorar el Código

订单数据节点传参转码

jbb hace 2 años
padre
commit
68b5bb6ede
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();