fix [Bug]: 审批王的分发按钮,应禁止多次点击 #7027

This commit is contained in:
baozhoutao 2024-10-12 15:26:31 +08:00
parent 7ad3e53f13
commit 50a8d8ac96

View File

@ -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": {},