From f6bc6ed2dec9cd60853db928fa6e56a92ab5de0d Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 12 二月 2025 11:07:17 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/general/index.vue | 21 ++++----------------- 1 files changed, 4 insertions(+), 17 deletions(-) diff --git a/src/views/repositoryai/general/index.vue b/src/views/repositoryai/general/index.vue index fb99d10..5e63317 100644 --- a/src/views/repositoryai/general/index.vue +++ b/src/views/repositoryai/general/index.vue @@ -210,6 +210,7 @@ <el-table-column label="鎿嶄綔" align="center" + fixed="right" width="200" class-name="small-padding fixed-width" > @@ -536,23 +537,9 @@ }, /** 鏂板鎸夐挳鎿嶄綔 */ handleAdd() { - this.reset(); - this.title = "鏂板閫氱敤搴�"; - this.indexform = { - baseTagList: [], - targetoptionList: [], - }; - this.testuserList = [ - { - guid: 1, - isoperation: 1, - targettype: "1", - targetvalue: "", - targetregex: "", - }, - ]; - this.indexopen = true; - this.measurement = false; + this.$router.push({ + path: "/knowledge/general/particulars/", + }); }, /** 淇敼鎸夐挳鎿嶄綔 */ handleUpdate(row) { -- Gitblit v1.9.3