Преглед на файлове

Merge branch '经销商_lin' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin преди 1 година
родител
ревизия
9bb9aa4361
променени са 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()
     },