QuKatie преди 3 години
родител
ревизия
e1f3695dd6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/exportTrade/customerInquiry/priceLibrary.vue

+ 1 - 1
src/views/exportTrade/customerInquiry/priceLibrary.vue

@@ -67,6 +67,7 @@ export default {
     },
     importData() {
       this.visible = false;
+      this.$emit('importLibray',this.selectionList)
     },
     currentChange(val) {
       this.page.currentPage = val;
@@ -95,7 +96,6 @@ export default {
         });
     },
     selectionChange(list){
-      this.$emit('importLibray',list)
       this.selectionList=list
     },
     closed(){