src/views/repositoryai/templateku/index.vue
@@ -624,8 +624,9 @@ downloadfn() {}, // 跳转编辑话术页面 compileUpdate(row) { // this.$router.replace("/tpuconfigurat"); this.$router.push({ path: "/knowledge/templateku/configurat/", path: "/knowledge/tpuconfigurat/", query: { id: row.id }, }); }, @@ -681,7 +682,7 @@ /** 新增按钮操作 */ handleAdd() { this.$router.push({ path: "/knowledge/templateku/configurat/", path: "/knowledge/tpuconfigurat/", query: { id: null, assortid: this.queryParams.assortid }, }); },