fix:【pay 支付】收银界面,关闭后清理定时轮询
This commit is contained in:
@ -459,6 +459,11 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
getDetail()
|
getDetail()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
/** 销毁 */
|
||||||
|
onBeforeUnmount(() => {
|
||||||
|
clearQueryInterval()
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user