|
@@ -188,12 +188,12 @@ export default {
|
|
|
.post(
|
|
|
"wap/share/updateDeviceShare",
|
|
|
{
|
|
|
+ shareId: this.shareDetail.shareId,
|
|
|
messageFlag:
|
|
|
this.messageFlag == true ? 0 : 1,
|
|
|
serviceNumberFlag:
|
|
|
this.serviceNumberFlag == true ? 0 : 1,
|
|
|
voipFlag: this.voipFlag == true ? 0 : 1,
|
|
|
- voipFlag: this.voipFlag,
|
|
|
},
|
|
|
{
|
|
|
header: {
|