Explorar o código

订单数据节点传参转码

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
68b5bb6ede
Modificáronse 1 ficheiros con 1 adicións e 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();