Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
df3f6faeb2e6b7dac585a0b5cc23f2fde6d7457b
Authored by
loveumiko
2023-07-26 11:24:32 +0800
1 parent
97a9628f
fix: 修改场景联动服务已经选择了下发参数,还是提示参数为必选项
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/Form/src/externalCompns/components/ObjectModelValidateForm/ObjectModelValidateForm.vue
src/components/Form/src/externalCompns/components/ObjectModelValidateForm/ObjectModelValidateForm.vue
View file @
df3f6fa
...
...
@@ -139,6 +139,7 @@
139
139
{
140
140
required: props.required,
141
141
message: `${functionName}是必填项`,
142
+
type: 'number',
142
143
},
143
144
],
144
145
componentProps: {
...
...