From f9c7578192ef74f9ff08d5ab7bcb7d50fe4a924e Mon Sep 17 00:00:00 2001 From: hreenshan112 Date: Thu, 19 Dec 2024 10:45:34 +0800 Subject: [PATCH] =?UTF-8?q?PC=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E5=8F=91=E9=80=81=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/DesignForm/requestapi.ts | 3 +- src/api/taskapi/management.ts | 3 +- .../DesignForm/formControlPropertiNew.vue | 3 +- .../workflow/drwer/approverDrawer.vue | 1858 ++++++++++------- .../hr/archives/downpage/xingGeFengXi.vue | 176 +- src/views/hr/archives/index.vue | 1715 ++++++++------- ....timestamp-1733790315507-5dd7b47c09dce.mjs | 196 ++ 7 files changed, 2275 insertions(+), 1679 deletions(-) create mode 100644 vite.config.ts.timestamp-1733790315507-5dd7b47c09dce.mjs diff --git a/src/api/DesignForm/requestapi.ts b/src/api/DesignForm/requestapi.ts index 1b3b2e5..b6d6814 100644 --- a/src/api/DesignForm/requestapi.ts +++ b/src/api/DesignForm/requestapi.ts @@ -192,7 +192,8 @@ export function gainFlowPeople(data?: string[]){ //发起工作流 export function startRunFlow(data?:any){ return request({ - url: '/systemapi/task_management/startRunWorkFlow', + // url: '/systemapi/task_management/startRunWorkFlow', + url: '/systemapi/flow/startProcess', // url: '/systemapi/task_flow/startRunFlow', method: 'post', data: data diff --git a/src/api/taskapi/management.ts b/src/api/taskapi/management.ts index e06dc87..e22b2d9 100644 --- a/src/api/taskapi/management.ts +++ b/src/api/taskapi/management.ts @@ -154,7 +154,8 @@ export function authorizeWorkflow(data?:any){ export function runTaskFlow(data?:any){ return request({ - url: '/systemapi/task_management/runTaskFlow', + // url: '/systemapi/task_management/runTaskFlow', + url: '/systemapi/flow/runTaskFlow', method: 'post', data: data }); diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index f3180a3..1e3e04c 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -297,7 +297,6 @@ const attrList = computed(() => { value: item.label, path: "item.label", vHide: [ - "table", "grid", "tabs", "title", @@ -3577,7 +3576,7 @@ const radioChangeSet = (val: any) => { 通用属性 - + {{ attrList }}