|
@@ -63,7 +63,7 @@
|
|
<!-- 添加/编辑产品 -->
|
|
<!-- 添加/编辑产品 -->
|
|
<productModal :openModal="openProductModal" :infoData="productInfo" @confirm="productConfirm" @close="openProductModal=false" />
|
|
<productModal :openModal="openProductModal" :infoData="productInfo" @confirm="productConfirm" @close="openProductModal=false" />
|
|
<!-- 已选产品 -->
|
|
<!-- 已选产品 -->
|
|
- <selectedProductsModal ref="selectedProducts" :openModal="openSelectedModal" :nowData="detailData" @edit="handleEdit" @confirm="handleChoose" @refreshTotal="selectedProductTotal" @close="openSelectedModal=false" />
|
|
|
|
|
|
+ <selectedProductsModal ref="selectedProducts" :openModal="openSelectedModal" :nowData="detailData" @edit="handleEdit" @confirm="handleChoose" @delete="init" @close="openSelectedModal=false" />
|
|
<!-- 弹框 -->
|
|
<!-- 弹框 -->
|
|
<common-modal :openModal="commonModal" :content="modalText" @confirm="handleCommon" @cancel="handleCancel" @close="commonModal=false" />
|
|
<common-modal :openModal="commonModal" :content="modalText" @confirm="handleCommon" @cancel="handleCancel" @close="commonModal=false" />
|
|
</view>
|
|
</view>
|