WXL
2024-08-21 09b701d290094291e877b2cfb601db7da267d6b9
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 },
      });
    },