From b093914dbe7cf596aa6ea5a93748ce1354b4c900 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 26 四月 2024 14:58:14 +0800 Subject: [PATCH] 修改this.componentData.selectField.qualificationId.select = list --- src/view/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index e444d61..827cf8e 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -463,7 +463,7 @@ this.timer&&clearInterval(this.timer); this.timer = setInterval(()=>{ this.checkForUnreadData() - },10000) + },20000) }, methods: { saveClick(){ -- Gitblit v1.9.3