From f9dadc43fa1d71e1f6090e523bec6be56277cd69 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 17 Jan 2025 10:54:35 +0800 Subject: [PATCH] bug --- src/pages/modules/index1.vue | 2 ++ src/pages/modules/index2.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/pages/modules/index1.vue b/src/pages/modules/index1.vue index 33d3f04..c3e8117 100644 --- a/src/pages/modules/index1.vue +++ b/src/pages/modules/index1.vue @@ -196,6 +196,7 @@ export default { this.options = [...res] if (res.length > 0) { this.value = res[0].code + this._pickingInfo() this.timerFun(this._pickingInfo, this.interTime)() } }, @@ -205,6 +206,7 @@ export default { clearTimeout(this.intervalId) this.intervalId = null } + this._pickingInfo() this.timerFun(this._pickingInfo, this.interTime)() } }, diff --git a/src/pages/modules/index2.vue b/src/pages/modules/index2.vue index c4f2a1d..8a97e11 100644 --- a/src/pages/modules/index2.vue +++ b/src/pages/modules/index2.vue @@ -250,6 +250,7 @@ export default { } }, created () { + this._synthesizeInfo() this.timerFun(this._synthesizeInfo, this.interTime)() }, mounted () {