mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
去掉多余判断
This commit is contained in:
parent
a644309c8e
commit
cab099a5a2
@ -85,7 +85,7 @@ export default class ChainedSelectControl extends React.Component<ChainedSelectP
|
||||
idx++;
|
||||
}
|
||||
|
||||
if (!arr[idx] || !env || !source || !isEffectiveApi(source, data)) {
|
||||
if (!arr[idx] || !env || !isEffectiveApi(source, data)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user