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