From 06a670976e2145a10ea05207041d3cf3164cd380 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 03 二月 2024 18:13:25 +0800 Subject: [PATCH] Merge branch 'positec' into dms --- src/templates/sharecomponent/actioncomponent/actionform/index.jsx | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx index 227e56b..3e9c1ae 100644 --- a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx @@ -302,17 +302,10 @@ } } else if (_funcType === 'closetab') { shows.push('refreshTab') - } else if (_funcType === 'megvii') { - shows.push('subFunc', 'progress') } else if (_funcType === 'refund') { shows.push('Ot', 'execSuccess', 'execError') reOptions.Ot = requireOptions.filter(op => op.value === 'requiredSgl') - } else if (_funcType === 'filezip') { - reOptions.Ot = requireOptions - reRequired.innerFunc = false - - shows.push('innerFunc', 'Ot', 'execSuccess', 'execError', 'urlkey') } } -- Gitblit v1.8.0