Browse Source

fix: $parent修复

zh 2 năm trước cách đây
mục cha
commit
4578dd79e1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/supply/deliver/components/apply_return_form.vue

+ 2 - 2
src/views/supply/deliver/components/apply_return_form.vue

@@ -749,13 +749,13 @@ export default {
             editApply(params).then(res => {
               this.$successMsg('编辑成功')
               this.goBack()
-              this.$parent.getList()
+              
             })
           } else {
             addApplyReturn(params).then(res => {
               this.$successMsg('添加成功')
               this.goBack()
-              this.$parent.getList()
+              
             })
           }
         }