From b1bc97edafe1367503a57be94e38070525474593 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期二, 12 八月 2025 21:42:44 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb
---
src/views/flowmgr/taskassign.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index 04797ed..604241c 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -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