提交 8a314a69 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 2fbdead6
......@@ -105,6 +105,10 @@ export default {
},
methods: {
onSubmit() {
if (!this.ruleForm.week_json.length) {
this.$notify('不选择星期,不能进行保存')
return
}
this.isUpdate ? this.handleUpdate() : this.handleAdd()
},
// 添加
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论