WXL
2024-09-09 d27e3ada8f1e9c005747988e9bf2519fcd6da21a
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) {