提交 07474a0e 编写于 作者: xiaoping.di's avatar xiaoping.di

goback 刷新页面

上级 f6e8fe59
......@@ -218,6 +218,7 @@
this.calendarOptions.editable = true;
} else {
this.calendarOptions.selectable = false;
this.calendarOptions.editable = false;
}
this.handleInitSearch();
},
......@@ -359,7 +360,7 @@
saveDutyRoster(objParms).then((res) => {
if (res.code === '000000') {
// this.$toast(res.message);
this.$emit('goBack');
this.$emit('goBack', true);
} else {
this.$toast(res.message);
}
......
......@@ -375,7 +375,9 @@
this.schedulingTypeValue = value;
this.schedulingType = val;
},
goBack() {
goBack(flag) {
console.log(flag);
this.ScheduleListShow = true;
},
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册