src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx
@@ -139,6 +139,11 @@ param.LText = param.LText.replace(/@\$|\$@/ig, '') // 外联数据库替换 if (window.GLOB.externalDatabase !== null) { param.LText = param.LText.replace(/@db@/ig, window.GLOB.externalDatabase) } param.LText = Utils.formatOptions(param.LText) param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') param.secretkey = Utils.encrypt(param.LText, param.timestamp)