bug
This commit is contained in:
@@ -97,7 +97,8 @@
|
|||||||
equipmentList: [],
|
equipmentList: [],
|
||||||
recordList: [],
|
recordList: [],
|
||||||
innerAudioContext: null,
|
innerAudioContext: null,
|
||||||
currIndex: -1
|
currIndex: -1,
|
||||||
|
broadcastId: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -234,6 +235,7 @@
|
|||||||
messageLevel: 1,
|
messageLevel: 1,
|
||||||
taskType: 0,
|
taskType: 0,
|
||||||
coverageType: 4,
|
coverageType: 4,
|
||||||
|
broadcastId: this.broadcastId || '',
|
||||||
serialNo: this.equipmentList.map(v => v.serialNo).join(',')
|
serialNo: this.equipmentList.map(v => v.serialNo).join(',')
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user