提交 19d239d2 编写于 作者: xiaoping.di's avatar xiaoping.di

Merge branch 'feature/dxp' into 'develop'

goback 刷新页面

See merge request com.pica.cloud.education.frontend/pica-admin-consultation!162
......@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册