king
2020-11-13 8190d6e5ac14616d85e3992169ecef6d99d03b76
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)
      })