工单列表的确认放到状态

This commit is contained in:
2025-11-17 17:02:45 +08:00
parent db1adea70a
commit 3a1b7f5a2a
3 changed files with 14 additions and 12 deletions

View File

@@ -228,9 +228,7 @@ onMenuSelect(e) {
* 生命周期函数--监听页面加载
*/
onLoad(options) {
loadingFunc(async () => {
await this.init()
})
},
/**
@@ -244,7 +242,9 @@ onMenuSelect(e) {
* 生命周期函数--监听页面显示
*/
onShow() {
loadingFunc(async () => {
await this.init()
})
},
/**