mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 16:43:25 +00:00
fix [Bug]: 审批王的分发按钮,应禁止多次点击 #7027
This commit is contained in:
parent
7ad3e53f13
commit
50a8d8ac96
@ -21,6 +21,7 @@ amis_schema: |-
|
||||
"dialog": {
|
||||
"type": "dialog",
|
||||
"size": "lg",
|
||||
"showLoading": true,
|
||||
"title": {
|
||||
"type": "tpl",
|
||||
"id": "u:0bce3c33b6e5",
|
||||
@ -234,6 +235,14 @@ amis_schema: |-
|
||||
"actionType": "closeDialog"
|
||||
}
|
||||
]
|
||||
},
|
||||
"validateError": {
|
||||
"actions": [
|
||||
{
|
||||
"componentId": "u:f7f767bed23f",
|
||||
"actionType": "enabled"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -267,6 +276,10 @@ amis_schema: |-
|
||||
"actionType": "validate",
|
||||
"componentId": "u:742f9c0dc8a1"
|
||||
},
|
||||
{
|
||||
"componentId": "u:f7f767bed23f",
|
||||
"actionType": "disabled"
|
||||
},
|
||||
{
|
||||
"componentId": "u:742f9c0dc8a1",
|
||||
"args": {},
|
||||
|
Loading…
Reference in New Issue
Block a user