src/views/transystem/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/transystem/index.jsx
@@ -407,7 +407,7 @@ field: item.FieldName.toLowerCase(), Hide: 'false', Align: item.Align || 'left', IsSort: item.IsSort || 'false', IsSort: 'false', type: 'text', Width: 120 } @@ -597,6 +597,8 @@ result = result.replace(/@BID@\s+nvarchar\(/ig, '@BID nvarchar(') result = result.replace(/@userid@\s+nvarchar\(/ig, '@UserID nvarchar(') result = result.replace(/@ErrorCode='10'/ig, `@ErrorCode='E'`) // result = this.handleFormat(result) }