Browse Source

日程计划刷新

jbb 2 years ago
parent
commit
ebdb9911e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/oa/my-plan/add/savePlan.vue

+ 1 - 0
src/views/oa/my-plan/add/savePlan.vue

@@ -253,6 +253,7 @@ export default {
                                 this.$message.success('新增成功')
                                 this.addForm.resetFields() // 清空表单
                                 this.$refs.JEditor.myValue = ''
+                                this.fatherMethod()
                             }
                         })
                     }