mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
商品规格生成扩展数据遗留错误修复
This commit is contained in:
@ -674,6 +674,10 @@ $(function()
|
||||
$('.specifications-table').find('tbody tr:last').find('td:eq('+k+') input').val(temp_spec[k]);
|
||||
}
|
||||
}
|
||||
|
||||
// 清空扩展数据
|
||||
$('.specifications-table .line-extend-input').val('');
|
||||
|
||||
Prompt('生成成功', 'success');
|
||||
},
|
||||
onCancel: function(){}
|
||||
|
||||
Reference in New Issue
Block a user