This commit is contained in:
wangchengming 2025-06-17 01:48:46 +08:00
parent 299b832c11
commit 002dfe99e1

View File

@ -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)
} }
}) })
}, },