| | |
| | | } |
| | | 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; |
| | |
| | | }, |
| | | export(v) { |
| | | window.open( |
| | | exportModel + v.id + "?accessToken=" + this.getStore("accessToken") |
| | | exportModel + v.id + "?accessToken=" + this.getSessionStore("accessToken") |
| | | ); |
| | | }, |
| | | remove(v) { |
| | |
| | | }, |
| | | }, |
| | | }; |
| | | </script> |
| | | </script> |