Pre Merge pull request !453 from 还俗二师兄/develop

pull/453/MERGE
还俗二师兄 2023-08-25 14:52:51 +00:00 committed by Gitee
commit 18ca17c051
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
} else { } else {
key = isArray ? value : key; key = isArray ? value : key;
} }
optionList.push(sprintf("<option value='" + key + "' %s>" + value + "</option>", key == vObjCol.defaultValue ? 'selected' : '')); optionList.push(sprintf("<option value='" + key + "' %s>" + value + "</option>", key === vObjCol.defaultValue ? 'selected' : ''));
}); });
return optionList; return optionList;
}; };