浏览代码

no message

linwenxin 1 年之前
父节点
当前提交
39e18d8058

+ 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()
     },