diff --git a/src/views/workflow/processInstance/index.vue b/src/views/workflow/processInstance/index.vue
index 0edde02..29b9091 100644
--- a/src/views/workflow/processInstance/index.vue
+++ b/src/views/workflow/processInstance/index.vue
@@ -39,6 +39,9 @@
+
+
+
搜索
重置
@@ -172,6 +175,7 @@ const queryParams = ref>({
pageNum: 1,
pageSize: 10,
name: undefined,
+ key: undefined,
categoryCode: undefined
});
diff --git a/src/views/workflow/task/index.vue b/src/views/workflow/task/index.vue
index 7882ecd..16273c7 100644
--- a/src/views/workflow/task/index.vue
+++ b/src/views/workflow/task/index.vue
@@ -19,6 +19,12 @@
+
+
+
+
+
+
搜索
重置
@@ -37,6 +43,8 @@
+
+
@@ -65,7 +73,10 @@
审批记录
-
+
办理
@@ -116,7 +127,9 @@ const taskList = ref([]);
const queryParams = ref>({
pageNum: 1,
pageSize: 10,
- name: undefined
+ name: undefined,
+ processDefinitionName: undefined,
+ processDefinitionKey: undefined
});
const tab = ref('waiting');
onMounted(() => {
diff --git a/src/views/workflow/task/myDocument.vue b/src/views/workflow/task/myDocument.vue
index 82c3981..5586a87 100644
--- a/src/views/workflow/task/myDocument.vue
+++ b/src/views/workflow/task/myDocument.vue
@@ -143,8 +143,6 @@ type CategoryOption = {
};
const tab = ref('running');
-// 作废原因
-const deleteReason = ref('');
// 查询参数
const queryParams = ref>({
pageNum: 1,