src/tabviews/zshare/actionList/exceloutbutton/index.jsx
@@ -607,6 +607,9 @@ } if (param.custom_script) { param.custom_script = `declare @ErrorCode nvarchar(50),@retmsg nvarchar(4000) select @ErrorCode='',@retmsg ='' ${param.custom_script} ` regoptions.forEach(item => { param.custom_script = param.custom_script.replace(item.reg, item.value) })