From 9ff7d57765b1eb3704b9425819cdb9c5708e0ab1 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 14 八月 2025 22:53:32 +0800
Subject: [PATCH] 错误捕获

---
 src/views/flowmgr/taskassign.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index 04797ed..4c85bd7 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -47,7 +47,7 @@
             rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
           },
           {
-            label: '鍥惧彿',
+            label: '闆剁粍浠跺彿',
             prop: 'drawingNo',
             type: 'input',
             span: 12,
@@ -117,6 +117,7 @@
             label: '鍔犲伐鏈哄簥',
             prop: 'machineCode',
             type: 'select',
+			filterable: true,
             dicUrl: `/blade-mdm/machine/page`,
             dicFormatter: function (res) {
               that.machineCodeList = res.data.records;
@@ -134,7 +135,7 @@
             prop: 'planLockDays',
             type: 'input',
             span: 12,
-            dataType: 'string',
+            dataType: 'number',
             rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
           },
           {

--
Gitblit v1.9.3