From b3368c04f66ecfe151ac901d3903be220f9fe2d1 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 22 Nov 2025 16:38:39 +0800
Subject: [PATCH] feat:智飞工单
---
src/views/tickets/component/SearchBox.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/tickets/component/SearchBox.vue b/src/views/tickets/component/SearchBox.vue
index 423751b..d3acb67 100644
--- a/src/views/tickets/component/SearchBox.vue
+++ b/src/views/tickets/component/SearchBox.vue
@@ -122,7 +122,7 @@
if(newTab === 'PASS') {
searchForm.status = '3'
}
-})
+}, { immediate: true })
// 周期
const cycles = ref(['每天', '周一', '周二', '周三', '周四', '周五', '周六', '周末', '周天', '工作日'])
--
Gitblit v1.9.3