解析Bug #141
Some order data was lost when sorting some column (such as "Delivery Date")
Description
Task Details
- Some order data was lost when sorting some column (such as "Delivery Date").
- Maybe the scroll down event was not been triggered, so we can't see the next page order data.
- Claim from Rita
- Report and Solution
Others
Updated by Xihua Fan about 4 years ago
- Status changed from 进行中 to 已关闭
Solution:
Found some JS error message -> JQMIGRATE: jQuery.fn.attr("selected") may use property instead of attribute
So we should change the .attr("selected") -> .prop("selected")
order\ui\desktop\js\order.plugin.js