xuefei
2023-05-04 d583ee91ff627890ce0a2a1055dcdc394d2391e2
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>