bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user