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/definition/model.vue b/ruoyi-ui/src/views/flowable/definition/model.vue
index 37d8129c..da1b46ae 100644
--- a/ruoyi-ui/src/views/flowable/definition/model.vue
+++ b/ruoyi-ui/src/views/flowable/definition/model.vue
@@ -114,10 +114,6 @@ export default {
},
/** 指定流程办理人员列表 */
getDataList() {
- // todo 待根据部门选择人员
- // const params = {
- //
- // }
userList().then(res =>{
res.data.forEach(val =>{
val.userId = val.userId.toString();
@@ -142,26 +138,6 @@ export default {
this.xmlOpen = true;
this.xmlData = vkBeautify.xml(xmlData);
},
- // /** 获取数据类型 */
- // dataType(data){
- // this.users = [];
- // this.groups = [];
- // if (data) {
- // if (data.dataType === 'dynamic') {
- // if (data.userType === 'assignee') {
- // this.users = [{nickName: "${INITIATOR}", userId: "${INITIATOR}"},
- // {nickName: "#{approval}", userId: "#{approval}"}
- // ]
- // } else if (data.userType === 'candidateUsers') {
- // this.users = [ {nickName: "#{approval}", userId: "#{approval}"}]
- // } else {
- // this.groups = [{roleName: "#{approval}", roleId: "#{approval}"}]
- // }
- // } else {
- // this.getDataList()
- // }
- // }
- // }
},
};
diff --git a/ruoyi-ui/src/views/flowable/task/finished/detail/index.vue b/ruoyi-ui/src/views/flowable/task/finished/detail/index.vue
index 97519def..ab323507 100644
--- a/ruoyi-ui/src/views/flowable/task/finished/detail/index.vue
+++ b/ruoyi-ui/src/views/flowable/task/finished/detail/index.vue
@@ -2,8 +2,8 @@
- 办结任务
- 关闭
+ 已办任务
+ 关闭
@@ -64,7 +64,6 @@
- 关闭
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 }}
- 关闭
+ 关闭