修正初始化情况下席别没有勾选
This commit is contained in:
parent
a8630b54e8
commit
1e4e01168b
@ -375,6 +375,10 @@
|
||||
isRecommand: function () { return false; },
|
||||
getName: data.toSeatTypeName
|
||||
}));
|
||||
dropDown.find(":checkbox").prop("checked", false);
|
||||
cp.selectedSeatType.forEach(function(code) {
|
||||
dropDown.find(":checkbox[value='" + code + "']").prop("checked", true);
|
||||
});
|
||||
};
|
||||
exports.addSeat = function (code) {
|
||||
if (!code || !cp)
|
||||
|
Loading…
Reference in New Issue
Block a user