@@ -155,7 +155,9 @@ export default {
Authorization: 'Bearer ' + this.token
},
data: {
- diId: that.DiId
+ diId: that.DiId,
+ userId: that.userId,
+ portType: 1
}
}).then(function (res) {
if (res.data.code == 200) {
@@ -564,6 +564,8 @@ export default {
+ portType: 1,
diId: that.DiIdSelect