819527061@qq.com
2024-05-14 cfce577132832b5291c5bd3b171d7f4397d44643
src/views/activiti/model-manage/modelManage.vue
@@ -424,7 +424,7 @@
      }
      this.modelerUrl = `${this.domain}/modeler/modeler.html?modelId=${
        v.id
      }&accessToken=${this.getStore("accessToken")}&time=${new Date()}`;
      }&accessToken=${this.getSessionStore("accessToken")}&time=${new Date()}`;
      this.showModeler = true;
      this.modelerLoading = true;
      let that = this;
@@ -491,7 +491,7 @@
    },
    export(v) {
      window.open(
        exportModel + v.id + "?accessToken=" + this.getStore("accessToken")
        exportModel + v.id + "?accessToken=" + this.getSessionStore("accessToken")
      );
    },
    remove(v) {
@@ -556,4 +556,4 @@
    },
  },
};
</script>
</script>