mirror of https://gitee.com/karson/fastadmin.git
Pre Merge pull request !453 from 还俗二师兄/develop
commit
18ca17c051
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue