src/tabviews/zshare/topSearch/index.jsx
@@ -41,7 +41,7 @@ sign = '' UNSAFE_componentWillMount () { const { config } = this.props const { config, BID } = this.props let _searchlist = [] let fieldMap = new Map() @@ -144,6 +144,8 @@ if (item.resourceType === '1' && item.dataSource) { let _option = Utils.getSelectQueryOptions(item) _option.sql = _option.sql.replace(/@BID@/ig, `'${BID || ''}'`) if (window.GLOB.debugger === true) { console.info(_option.sql) }