mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-24 06:51:54 +08:00
【代码优化】商城:拼团装修重构
This commit is contained in:
@@ -85,6 +85,7 @@ const openSpuTableSelect = () => {
|
||||
|
||||
/**
|
||||
* 选择商品后触发
|
||||
*
|
||||
* @param spus 选中的商品列表
|
||||
*/
|
||||
const handleSpuSelected = (spus: ProductSpuApi.Spu | ProductSpuApi.Spu[]) => {
|
||||
@@ -94,6 +95,7 @@ const handleSpuSelected = (spus: ProductSpuApi.Spu | ProductSpuApi.Spu[]) => {
|
||||
|
||||
/**
|
||||
* 删除商品
|
||||
*
|
||||
* @param index 商品索引
|
||||
*/
|
||||
const handleRemoveSpu = (index: number) => {
|
||||
|
Reference in New Issue
Block a user