lilei há 10 meses atrás
pai
commit
c933cf9f6e

+ 1 - 1
src/views/promotionRulesManagement/dealerPromotions/sendProductsModal.vue

@@ -828,7 +828,7 @@ export default {
 </script>
 
 <style lang="less" scoped>
-  .promotionList-basicInfo-modal{
+  .promotionList-modal{
     /deep/.ant-modal-body {
       padding: 20px 30px;
       max-height: 745px !important;

+ 1 - 1
src/views/purchasingManagement/purchaseReceipt/edit.vue

@@ -126,7 +126,7 @@
       :openModal="openBasicInfoModal"
       :itemData="itemObj"
       :itemSn="sparePartsSn"
-      @ok="getBasicsData"
+      @ok="resetSearchForm"
       @close="openBasicInfoModal = false" />
   </div>
 </template>