This commit is contained in:
liuye
2022-01-12 17:34:40 +08:00
parent 325ad50eb6
commit 5c7369910c

View File

@@ -149,6 +149,7 @@ export default {
this.getList() this.getList()
}) })
uni.$on('updateDetail', () => { uni.$on('updateDetail', () => {
this.getList()
this.getDetail() this.getDetail()
}) })
}, },