king
2022-10-19 8f394e7ef20cc0abba3f47c23a63b069e9dd0e45
src/templates/sharecomponent/settingcomponent/settingform/utils.jsx
@@ -157,7 +157,7 @@
        }
        scripts && scripts.forEach(script => {
          if (reg.test(script.sql)) {
            errors.push(`自定义脚本(${script.$index})存在未替换值${item}`)
            errors.push(`自定义脚本(${script.$index || ''})存在未替换值${item}`)
          }
        })
      })