|
@@ -116,7 +116,7 @@ $(document).ready(() => {
|
|
|
//
|
|
|
const cca = getLocalCache('change-checkbox-account-' + accountId);
|
|
|
if (cca !== null && cca !== undefined) {
|
|
|
- $('#customCheck1').prop('checked', cca);
|
|
|
+ $('#customCheck1').prop('checked', cca !== 'false');
|
|
|
}
|
|
|
// 变更详情展示和隐藏
|
|
|
$('.change-detail-checkbox').on('click', function (e) {
|