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) {