@@ -136,9 +136,8 @@ export default defineComponent({
{ params: { orderId: item.id } }
)
if (res.code === 200) {
- item.status = 3
- // this.init()
- // this.getList()
+ this.init()
+ this.getList()
}