Skip to content

Commit

Permalink
非AMI显示空白
Browse files Browse the repository at this point in the history
  • Loading branch information
redleafnew committed Apr 30, 2023
1 parent e29d862 commit fb15622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,11 @@ export class KeyExampleFactory {
ztoolkit.ExtraField.setExtraField(item, 'CLSCI', clsciLevel == ' ' ? '是' : '否');
}
// AMI
if (ami) {
if (ami && amiLevel != undefined) {
ztoolkit.ExtraField.setExtraField(item, 'AMI', amiLevel);
}
// NSSF
if (nssf) {
if (nssf && nssfLevel != undefined) {
ztoolkit.ExtraField.setExtraField(item, 'NSSF', nssfLevel);
}

Expand Down

0 comments on commit fb15622

Please # to comment.