src/menu/debug/index.jsx
@@ -292,6 +292,8 @@ components.forEach(item => { if (item.type === 'tabs') { item.subtabs.forEach(tab => { if (tab.hide === 'true') return let _mainSearch = mainSearch || [] if (appType !== 'mob') { @@ -877,6 +879,8 @@ } else if (form.type === 'rate') { _type = `decimal(18,2)` } if (['appkey'].includes(_key)) return _declarefields.push(`@${_key} ${_type}`) } @@ -900,7 +904,7 @@ } } if (!_vars.includes(_key)) { if (!_vars.includes(_key) && !['appkey'].includes(_key)) { _vars.push(_key) _declarefields.push(`@${_key} ${col.datatype || 'nvarchar(50)'}`) }