|
@@ -24,7 +24,9 @@ export default {
|
|
|
this.wordUrl = window.location.protocol+'//'+window.location.host+'/flowablePc/#/openDeal?instId='+ instId + '&processId=' + processId + '&nodeId=' + nodeId + '&taskId=' + taskId + '&token=' + getToken();
|
|
|
// this.wordUrl = 'http://localhost:8080/flowablePc/#/openDeal?instId='+ instId + '&processId=' + processId + '&nodeId=' + nodeId + '&taskId=' + taskId + '&token' + getToken();
|
|
|
this.iframeShow = true
|
|
|
- window.goParent = this.goParent;
|
|
|
+ },
|
|
|
+ mounted(){
|
|
|
+ window.goParent = this.goParent;
|
|
|
},
|
|
|
methods:{
|
|
|
goParent(){
|