This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
contract-admin-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix:修复客户类型回显
master^2
tanzs
3 days ago
parent
4b784953bf
commit
a710cf70a1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/views/miniapp/order/AppOrder.data.ts
+ 1
- 0
src/views/miniapp/order/AppOrder.data.ts
View File
@ -319,6 +319,7 @@ export const formSchema: FormSchema[] = [
component
:
'JDictSelectTag'
,
componentProps
:
{
dictCode
:
'customer_type'
,
stringToNumber
:
true
,
}
,
dynamicRules
:
(
{
model
,
schema
}
)
=
>
{
return
[
{
required
:
true
,
message
:
'请输入客户类型!'
}
]
;
Write
Preview
Loading…
Cancel
Save