WXL
2025-04-14 6e54a6688661a05de7c418612cea8b38bbc2dee3
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"
              >
@@ -250,7 +251,7 @@
    </div>
    <!-- 添加类别弹框 -->
    <el-dialog title="新增类别" width="30%" :visible.sync="dialogFormVisible">
    <el-dialog title="类别编辑" width="30%" :visible.sync="dialogFormVisible">
      <!-- <div style="text-align: center; margin-bottom: 20px">
        <el-radio-group v-model="radio">
          <el-radio-button label="主分类"></el-radio-button>
@@ -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) {