WXL
2024-05-28 257f46bce7c3325c9d9aed68e0df84ea279019aa
src/views/repositoryai/general/index.vue
@@ -536,23 +536,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) {