Skip to content

Commit

Permalink
fix [Bug]: 审批王的分发按钮,应禁止多次点击 #7027
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Oct 12, 2024
1 parent 3aced48 commit 2f44642
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ amis_schema: |-
"dialog": {
"type": "dialog",
"size": "lg",
"showLoading": true,
"title": {
"type": "tpl",
"id": "u:0bce3c33b6e5",
Expand Down Expand Up @@ -234,6 +235,14 @@ amis_schema: |-
"actionType": "closeDialog"
}
]
},
"validateError": {
"actions": [
{
"componentId": "u:f7f767bed23f",
"actionType": "enabled"
}
]
}
}
}
Expand Down Expand Up @@ -267,6 +276,10 @@ amis_schema: |-
"actionType": "validate",
"componentId": "u:742f9c0dc8a1"
},
{
"componentId": "u:f7f767bed23f",
"actionType": "disabled"
},
{
"componentId": "u:742f9c0dc8a1",
"args": {},
Expand Down

0 comments on commit 2f44642

Please sign in to comment.