This commit is contained in:
yanran200730
2022-06-11 11:36:52 +08:00
parent 5491bbbdc2
commit 7a87181465

View File

@@ -97,7 +97,8 @@
equipmentList: [],
recordList: [],
innerAudioContext: null,
currIndex: -1
currIndex: -1,
broadcastId: ''
}
},
@@ -234,6 +235,7 @@
messageLevel: 1,
taskType: 0,
coverageType: 4,
broadcastId: this.broadcastId || '',
serialNo: this.equipmentList.map(v => v.serialNo).join(',')
}).then(res => {
if (res.code === 0) {