Skip to content

Commit 878c50d

Browse files
committed
APIAuto:新增注释:空配置时点击 + 添加场景传参配置后、切换用例列表会卡死
1 parent 4b1caab commit 878c50d

File tree

1 file changed

+1
-0
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api/js

1 file changed

+1
-0
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api/js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3580,6 +3580,7 @@ https://github.com/Tencent/APIJSON/issues
35803580
return config
35813581
}
35823582

3583+
// FIXME 似乎加了自动生成场景传参配置后,空配置时点击 + 添加配置后,切换用例列表会卡死
35833584
if (isChainShow && StringUtil.isNotEmpty(key, true) && (typeof value != 'string' || ! key.endsWith('@'))) {
35843585
var keys = StringUtil.split(path, '/');
35853586
var table = keys == null ? '' : keys[keys.length - 1];

0 commit comments

Comments
 (0)