From 30868c307f65805efdc1bfe667e01ecad66c0e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Wed, 12 Jun 2024 08:53:26 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/workflow/task/process/audit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/demo/workflow/task/process/audit.vue b/src/views/demo/workflow/task/process/audit.vue index 4ff2fa2b..2b6ed780 100644 --- a/src/views/demo/workflow/task/process/audit.vue +++ b/src/views/demo/workflow/task/process/audit.vue @@ -606,6 +606,7 @@ } } async function handleSubmit(btn) { + console.log('handleSubmit') const currentBtn = btn; designerData.currentBtn = currentBtn; let res: any; @@ -650,7 +651,7 @@ // return; // } } - // res = await auditFun(); + res = await auditFun(); } break; } From 7d6daf7cd5c2c7a33379bb18d240c5727f86fd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Wed, 12 Jun 2024 08:54:02 +0800 Subject: [PATCH 2/3] 1 --- src/views/demo/workflow/task/process/audit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/demo/workflow/task/process/audit.vue b/src/views/demo/workflow/task/process/audit.vue index 9e144629..391c56e1 100644 --- a/src/views/demo/workflow/task/process/audit.vue +++ b/src/views/demo/workflow/task/process/audit.vue @@ -113,7 +113,7 @@ :color="btn.type" :type="btn.type ? btn.type : 'primary'" @click="handleBtnClick(btn)" - >{{ btn.name }} {{ btn.code }}{{ btn.name }} From 0d1197c80f33a7f840bc1691575ca980a3fcaa0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Wed, 12 Jun 2024 09:17:44 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../formCall/CreateOrModifyComponent/index.vue | 2 -- src/views/demo/workflow/task/index.vue | 15 ++++++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/views/demo/onlineform/formCall/CreateOrModifyComponent/index.vue b/src/views/demo/onlineform/formCall/CreateOrModifyComponent/index.vue index a9cedb54..ef3bb27a 100644 --- a/src/views/demo/onlineform/formCall/CreateOrModifyComponent/index.vue +++ b/src/views/demo/onlineform/formCall/CreateOrModifyComponent/index.vue @@ -30,8 +30,6 @@ import dayjs from 'dayjs'; const props = defineProps(['data']) const show = props.data.display const isTime = ['createtime', 'modifytime'].includes(props.data.type) -console.log(show) -console.log(isTime) const nowTime = ref(dayjs().format('YYYY-MM-DD HH:mm:ss')) const userName = localStorage.getItem('fireUserLoginName') diff --git a/src/views/demo/workflow/task/index.vue b/src/views/demo/workflow/task/index.vue index 1268c9b2..3a49e8fa 100644 --- a/src/views/demo/workflow/task/index.vue +++ b/src/views/demo/workflow/task/index.vue @@ -1,7 +1,12 @@