From 0da53c668c306e95ef37fc6225259b5cb68f4b29 Mon Sep 17 00:00:00 2001 From: ssc <273702440@qq.com> Date: Wed, 28 Jun 2023 11:25:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=81=E7=A8=8B=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=99=A8=E8=A1=A8=E5=8D=95=E5=AD=97=E6=AE=B5=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-fields/wf-user-select/index.vue | 2 +- .../components/nf-dept-select/index.vue | 107 ++++++++++-------- src/views/plugin/workflow/mixins/ex-form.js | 20 +++- src/views/plugin/workflow/utils/index.js | 30 +++++ 4 files changed, 109 insertions(+), 50 deletions(-) create mode 100644 src/views/plugin/workflow/utils/index.js diff --git a/src/views/plugin/workflow/components/custom-fields/wf-user-select/index.vue b/src/views/plugin/workflow/components/custom-fields/wf-user-select/index.vue index cf1921f..4957503 100644 --- a/src/views/plugin/workflow/components/custom-fields/wf-user-select/index.vue +++ b/src/views/plugin/workflow/components/custom-fields/wf-user-select/index.vue @@ -35,7 +35,7 @@ export default { size: { type: String, default: () => { - return 'small' + return 'default' } }, readonly: { diff --git a/src/views/plugin/workflow/components/nf-dept-select/index.vue b/src/views/plugin/workflow/components/nf-dept-select/index.vue index d0fbcb8..0a2d62b 100644 --- a/src/views/plugin/workflow/components/nf-dept-select/index.vue +++ b/src/views/plugin/workflow/components/nf-dept-select/index.vue @@ -1,34 +1,34 @@