qukaidi преди 2 години
родител
ревизия
bcfa101e56
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      src/views/exportTrade/customerInquiry/detailsPage.vue
  2. 1 0
      src/views/exportTrade/salesContract/detailsPage.vue

+ 1 - 0
src/views/exportTrade/customerInquiry/detailsPage.vue

@@ -998,6 +998,7 @@ export default {
       this.$set(this.data, this.goodsEditForm.$index, this.goodsEditForm)
       this.goodsEditShow = false
       this.goodsEditForm = this.$options.data().goodsEditForm
+      this.editCustomer()
     },
     handleClose() {
       this.goodsEditShow = false

+ 1 - 0
src/views/exportTrade/salesContract/detailsPage.vue

@@ -1196,6 +1196,7 @@ export default {
       this.$set(this.data, this.goodsEditForm.$index, this.goodsEditForm)
       this.goodsEditShow = false
       this.goodsEditForm = this.$options.data().goodsEditForm
+      this.editCustomer()
     },
     handleClose() {
       this.goodsEditShow = false