Browse Source

日程计划刷新

jbb 2 năm trước cách đây
mục cha
commit
ebdb9911e1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()
                             }
                         })
                     }