瀏覽代碼

Merge remote-tracking branch 'origin/康年堂' into 康年堂

ct 2 周之前
父節點
當前提交
cc56a29151
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/hisStore/storePayment/index.vue

+ 2 - 1
src/views/hisStore/storePayment/index.vue

@@ -642,12 +642,13 @@ export default {
         }).catch(function() {});
     },
     wxOneClickShipping(){
+      const queryParams = this.queryParams;
       this.$confirm('是否同步微信线下发货?', '一键发货', {
         confirmButtonText: '是',
         cancelButtonText: '否',
         type: 'warning'
       }).then(() => {
-        oneClickShipping().then(response => {
+        oneClickShipping(queryParams).then(response => {
           if(response.code === 200) {
             this.$message.success("操作成功!")
             this.getList();