Kaynağa Gözat

收款管理,订单支付记录添加一键线下自提发货

yh 2 hafta önce
ebeveyn
işleme
faab2e528d
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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();