[bugfix] 修复sku默认选中逻辑与sku是否选中的判断逻辑 (#752)

This commit is contained in:
wny
2018-03-22 15:59:52 +08:00
committed by GitHub
parent ddbe338919
commit 347989bcc5
4 changed files with 49 additions and 24 deletions

View File

@@ -3,6 +3,9 @@ export const LIMIT_TYPE = {
STOCK_LIMIT: 1
};
export const UNSELECTED_SKU_VALUE_ID = '';
export default {
LIMIT_TYPE
LIMIT_TYPE,
UNSELECTED_SKU_VALUE_ID
};