Browse Source

修改商邀bug

wangh 1 year ago
parent
commit
9fc2e0e390
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/OP/OpInvitationOfficialActivities.vue

+ 2 - 1
src/components/OP/OpInvitationOfficialActivities.vue

@@ -321,7 +321,8 @@ export default {
                     Authorization: 'Bearer ' + this.token
                     Authorization: 'Bearer ' + this.token
                 },
                 },
                 data: {
                 data: {
-                    Id: that.id
+                    Id: that.id,
+                    portType: 1
                 }
                 }
             }).then(function (res) {
             }).then(function (res) {
                 if (res.data.code == 200) {
                 if (res.data.code == 200) {