linwenxin преди 1 година
родител
ревизия
39e18d8058
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      src/views/salesPurchasing/goodsPurchasedStored/index.vue
  2. 1 0
      src/views/salesPurchasing/merchandisePurchaseReturn/index.vue

+ 1 - 0
src/views/salesPurchasing/goodsPurchasedStored/index.vue

@@ -187,6 +187,7 @@ export default {
     },
     // 打开创建弹窗
     openForm() {
+      this.isEditIndex = -1
       this.getGysList()
       this.getBaseList()
     },

+ 1 - 0
src/views/salesPurchasing/merchandisePurchaseReturn/index.vue

@@ -184,6 +184,7 @@ export default {
     },
     // 打开创建弹窗
     openForm() {
+      this.isEditIndex = -1
       this.getGysList()
       this.getCgrkOrder()
     },