|
@@ -1074,6 +1074,7 @@ export default {
|
|
|
const res = await ScheduleUpdate({ schedule, user })
|
|
|
if (res.code === 200) {
|
|
|
this.dialogFormVisible = false
|
|
|
+ this.setChild()
|
|
|
this.$message({
|
|
|
message: res.msg,
|
|
|
type: 'success',
|
|
@@ -1109,6 +1110,7 @@ export default {
|
|
|
}
|
|
|
const res = await ScheduleCreate({ schedule, user })
|
|
|
if (res.code === 200) {
|
|
|
+ this.setChild()
|
|
|
this.dialogFormVisible = false
|
|
|
this.$message({ message: res.msg, type: 'success', duration: 1000, offset: 150 })
|
|
|
this.get_list()
|