1
This commit is contained in:
parent
299b832c11
commit
002dfe99e1
|
@ -138,7 +138,7 @@ export default {
|
||||||
for (let key in res.result) {
|
for (let key in res.result) {
|
||||||
this.modeList.push({ id: key, value: key, children: res.result[key] })
|
this.modeList.push({ id: key, value: key, children: res.result[key] })
|
||||||
}
|
}
|
||||||
if (this.modeList.length > 0) handleTypeChange(this.modeList[0].id)
|
if (this.modeList.length > 0) this.handleTypeChange(this.modeList[0].id)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user