tudc 3 năm trước cách đây
mục cha
commit
3b57ed5c8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      front-vue/src/views/approval/approval/deal.vue

+ 1 - 1
front-vue/src/views/approval/approval/deal.vue

@@ -21,7 +21,7 @@ export default {
         const nodeId = this.$route.query && this.$route.query.nodeId;
         const taskId = this.$route.query && this.$route.query.taskId;
         const instId = this.$route.query && this.$route.query.instId;
-        this.wordUrl = window.location.protocol+'//'+window.location.host+':8080/flowablePc/#/openDeal?instId='+ instId + '&processId=' + processId + '&nodeId=' + nodeId + '&taskId=' + taskId + '&token=' + getToken();
+        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
     },