Commit 3539cd25 authored by Damon's avatar Damon

Merge branch 'feat-remark' into dev-1.5.4

parents fca1826a 95b7638c
...@@ -779,6 +779,10 @@ export default { ...@@ -779,6 +779,10 @@ export default {
data.channel = 4 data.channel = 4
} else if (this.submitType === 'workerAppointment') { } else if (this.submitType === 'workerAppointment') {
data = this.$refs['feed-back'].submitData data = this.$refs['feed-back'].submitData
if (!data.remark) {
this.commonToast('请补充详细说明', 'waring')
return
}
if (!data.appointmentDatetime) { if (!data.appointmentDatetime) {
this.commonToast('请选择预约日期', 'waring') this.commonToast('请选择预约日期', 'waring')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment