|
@@ -258,7 +258,7 @@ const platformMixin = {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
audioType(e).then(res => {
|
|
|
if (res.code === 0) {
|
|
|
- resolve(this.platformOptions = [], res.data.map(i => this.platformOptions.push({
|
|
|
+ resolve(res.data.map(i => this.platformOptions.push({
|
|
|
value: Number(i.id),
|
|
|
label: i.name
|
|
|
})))
|