Browse Source

订单数据节点传参编码

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

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

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