diff --git a/ruoyi-ui/src/components/Process/PropertyPanel.vue b/ruoyi-ui/src/components/Process/PropertyPanel.vue index 4974af90..96e46fc3 100644 --- a/ruoyi-ui/src/components/Process/PropertyPanel.vue +++ b/ruoyi-ui/src/components/Process/PropertyPanel.vue @@ -55,11 +55,6 @@ export default { name: '', color: null }, - roles: [ - { value: 'manager', label: '经理' }, - { value: 'personnel', label: '人事' }, - { value: 'charge', label: '主管' } - ] } }, computed: { diff --git a/ruoyi-ui/src/views/flowable/definition/index.vue b/ruoyi-ui/src/views/flowable/definition/index.vue index 2d065111..6c26e510 100644 --- a/ruoyi-ui/src/views/flowable/definition/index.vue +++ b/ruoyi-ui/src/views/flowable/definition/index.vue @@ -101,8 +101,8 @@ diff --git a/ruoyi-ui/src/views/flowable/task/myProcess/detail/flowview.vue b/ruoyi-ui/src/views/flowable/task/myProcess/detail/flowview.vue index 85e80faf..f2075e4d 100644 --- a/ruoyi-ui/src/views/flowable/task/myProcess/detail/flowview.vue +++ b/ruoyi-ui/src/views/flowable/task/myProcess/detail/flowview.vue @@ -41,7 +41,7 @@ export default { container: this.$refs.flowCanvas, height: 'calc(100vh - 200px)', }); - this.loadFlowCanvas(newVal) + this.loadFlowCanvas(newVal); } }, immediate: true, // 立即生效 @@ -55,7 +55,6 @@ export default { async loadFlowCanvas(flowData) { const self = this try { - console.log(flowData,"self.flowData") await self.bpmnViewer.importXML(flowData.xmlData); self.fitViewport() if (flowData.nodeData !==undefined && flowData.nodeData.length > 0 ) { diff --git a/ruoyi-ui/src/views/flowable/task/myProcess/detail/index.vue b/ruoyi-ui/src/views/flowable/task/myProcess/detail/index.vue index 7503b64f..2459b0e8 100644 --- a/ruoyi-ui/src/views/flowable/task/myProcess/detail/index.vue +++ b/ruoyi-ui/src/views/flowable/task/myProcess/detail/index.vue @@ -3,7 +3,7 @@
已发任务 - 关闭 + 关闭
@@ -65,7 +65,6 @@ - 关闭
diff --git a/ruoyi-ui/src/views/flowable/task/myProcess/send/index.vue b/ruoyi-ui/src/views/flowable/task/myProcess/send/index.vue index 2c147bdf..64ac8d20 100644 --- a/ruoyi-ui/src/views/flowable/task/myProcess/send/index.vue +++ b/ruoyi-ui/src/views/flowable/task/myProcess/send/index.vue @@ -3,7 +3,7 @@
发起任务 - 关闭 + 关闭
diff --git a/ruoyi-ui/src/views/flowable/task/todo/detail/flowview.vue b/ruoyi-ui/src/views/flowable/task/todo/detail/flowview.vue index 0aafc56f..f2075e4d 100644 --- a/ruoyi-ui/src/views/flowable/task/todo/detail/flowview.vue +++ b/ruoyi-ui/src/views/flowable/task/todo/detail/flowview.vue @@ -41,7 +41,7 @@ export default { container: this.$refs.flowCanvas, height: 'calc(100vh - 200px)', }); - this.loadFlowCanvas(newVal) + this.loadFlowCanvas(newVal); } }, immediate: true, // 立即生效 diff --git a/ruoyi-ui/src/views/flowable/task/todo/detail/index.vue b/ruoyi-ui/src/views/flowable/task/todo/detail/index.vue index acf971cc..e2e20121 100644 --- a/ruoyi-ui/src/views/flowable/task/todo/detail/index.vue +++ b/ruoyi-ui/src/views/flowable/task/todo/detail/index.vue @@ -5,7 +5,7 @@ 待办任务 发起人:{{ startUser }} 任务节点:{{ taskName }} - 关闭 + 关闭