From 428e6d08629efa80a31e50e27e3c5c38b36bbc67 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 26 八月 2025 15:18:14 +0800
Subject: [PATCH] 修复重新指派下拉框无人的问题
---
src/views/flowmgr/taskassign.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index 54faafc..05aed38 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -119,7 +119,7 @@
type: 'input',
span: 12,
dataType: 'string',
- maxlength: 2,
+ maxlength: 10,
rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
},
{
--
Gitblit v1.9.3