This commit is contained in:
2022-12-08 19:27:34 +08:00
parent a717b2ecfd
commit 7ea0303a8c
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@
/** 下拉框查询 */
async _statusList () {
let res = await statusList()
this.options = [...res.rows]
this.options = [...res.data]
},
/** 初始化查询 */
async _coolIOQuery () {