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