Browse Source

fix: $parent修复

zh 2 years ago
parent
commit
4578dd79e1
1 changed files with 2 additions and 2 deletions
  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 => {
             editApply(params).then(res => {
               this.$successMsg('编辑成功')
               this.$successMsg('编辑成功')
               this.goBack()
               this.goBack()
-              this.$parent.getList()
+              
             })
             })
           } else {
           } else {
             addApplyReturn(params).then(res => {
             addApplyReturn(params).then(res => {
               this.$successMsg('添加成功')
               this.$successMsg('添加成功')
               this.goBack()
               this.goBack()
-              this.$parent.getList()
+              
             })
             })
           }
           }
         }
         }