工单列表的确认放到状态
This commit is contained in:
@@ -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()
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user