Skip to content

Commit

Permalink
[Bug]: 设置子表必填,但未填发起审批时,多弹出一个空白页面 #6975
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhaolin committed Aug 29, 2024
1 parent 71d1e2c commit 82b8706
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* @Author: [email protected]
* @Date: 2024-01-26 11:40:59
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
* @LastEditTime: 2024-08-06 16:56:04
* @LastEditors: 孙浩林 sunhaolin@steedos.com
* @LastEditTime: 2024-08-29 10:36:05
* @Description:
*/

Expand Down Expand Up @@ -80,7 +80,7 @@ amisLib.registerAction('steedos_actions_standard_approve', {
{
"actionType": "custom",
"script": afterDrafts,
"expression": "${event.data.flowCount == 1}"
"expression": "${event.data.flowCount == 1 && event.data.draftUrl}"
},
{
"actionType": "dialog",
Expand Down

0 comments on commit 82b8706

Please sign in to comment.