fix: 节点名称限制长度
This commit is contained in:
@@ -103,7 +103,8 @@ export const formSchema = [
|
||||
field: 'pointName',
|
||||
component: 'NsInput',
|
||||
componentProps: {
|
||||
placeholder: '请输入节点名称(必填)',
|
||||
placeholder: '请输入',
|
||||
maxLength: 32,
|
||||
},
|
||||
rules: [
|
||||
{
|
||||
@@ -117,7 +118,7 @@ export const formSchema = [
|
||||
field: 'pointType',
|
||||
component: 'NsSelectApi',
|
||||
componentProps: {
|
||||
placeholder: '请选择节点类型(必填)',
|
||||
placeholder: '请选择',
|
||||
api: () => dict({ params: { dicKey: 'COUNT_POINT' } }),
|
||||
// params: { dicKey: 'COUNT_POINT' },
|
||||
immediate: true,
|
||||
|
Reference in New Issue
Block a user