From f46cded2e7e971fe5d86e128e0d4d00d910ab44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=9F=B9=E5=8F=8B?= <17852335869@163.com> Date: Fri, 24 Feb 2023 15:09:52 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/plugin/workflow/workorder.js | 2 +- src/const/workflow/crontab.js | 13 +------------ src/views/maintenance/database1.vue | 2 +- src/views/plugin/workflow/mixins/ex-form.js | 4 ++-- .../plugin/workflow/process/components/form.vue | 4 +--- src/views/plugin/workflow/process/crontab.vue | 3 ++- 6 files changed, 8 insertions(+), 20 deletions(-) diff --git a/src/api/plugin/workflow/workorder.js b/src/api/plugin/workflow/workorder.js index 8689184..e0a4469 100644 --- a/src/api/plugin/workflow/workorder.js +++ b/src/api/plugin/workflow/workorder.js @@ -46,7 +46,7 @@ export const taskList = (query) => { export const taskRemove = (query) => { return request({ url: `${prefix2}/remove`, - method: 'get', + method: 'post', params:query }) } diff --git a/src/const/workflow/crontab.js b/src/const/workflow/crontab.js index 84b15a6..aa5b251 100644 --- a/src/const/workflow/crontab.js +++ b/src/const/workflow/crontab.js @@ -17,7 +17,6 @@ export const tableOption = { searchMenuSpan: 3, //控制搜索按钮 columnBtn: false, refreshBtn: false, - // dialogCustomClass: "custom", header: false, menuWidth:200, column: [ @@ -42,7 +41,6 @@ export const tableOption = { align: "left", overHidden: true, }, - // 改 { type: "input", label: "操作对象", @@ -50,13 +48,6 @@ export const tableOption = { align: "left", overHidden: true, }, - // { - // type: "input", - // label: "当前责任人", - // prop: "currentResponsiblePerson", - // align: "left", - // overHidden: true, - // }, { type: "input", label: "管理部门", @@ -87,7 +78,6 @@ export const tableOption = { format: "yyyy-MM-dd HH:mm", valueFormat: "yyyy-MM-dd HH:mm:ss", }, - // 改 { type: "input", label: "重复模式", @@ -95,12 +85,11 @@ export const tableOption = { align: "left", overHidden: true, }, - // 改 { label: "终止日期", type: "datetime", overHidden: true, - prop: "expectedCompletionTime", + prop: "breakTime", format: "yyyy-MM-dd HH:mm", valueFormat: "yyyy-MM-dd HH:mm:ss", }, diff --git a/src/views/maintenance/database1.vue b/src/views/maintenance/database1.vue index 8b426d9..04ae84c 100644 --- a/src/views/maintenance/database1.vue +++ b/src/views/maintenance/database1.vue @@ -5,7 +5,7 @@