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