소스 검색

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