From f2d39455f5939851c3612848803bdca625062817 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 30 十月 2024 11:31:32 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/templateku/configurat/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue index 24f2049..8c2cc6a 100644 --- a/src/views/repositoryai/templateku/configurat/index.vue +++ b/src/views/repositoryai/templateku/configurat/index.vue @@ -2181,7 +2181,7 @@ .then((res) => { this.$router.push({ path: "/knowledge/templateku/configurat/measurement", - query: { id: this.id, name: this.ruleForm.templateName }, + query: { id: this.id, name: this.ruleForm.templateName,timeout:this.ruleForm.silencetime }, }); }) .catch(() => {}); -- Gitblit v1.9.3