src/templates/sharecomponent/actioncomponent/actionform/index.jsx
@@ -700,7 +700,6 @@ values.Ot = 'notRequired' } else if (values.OpenType === 'popview' && !values.linkTab) { // 没有关联标签(新建时),创建新标签Id values.linkTab = Utils.getuuid() values.createTab = true // 用于标记按钮复制时,是否复制原有标签 } else if (values.OpenType === 'funcbutton') { // 转换打印时打开方式 values.position = 'toolbar' } else if (['pop', 'prompt', 'exec'].includes(values.OpenType) && values.verify) {