소스 검색

修改bug

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