|
|
@@ -371,6 +371,8 @@ export default {
|
|
|
const isReceptionistId = this.allServiceList.some(service => service.id === Number(res.data.dutyCustomerId));
|
|
|
if (isReceptionistId) {
|
|
|
this.formData.dutyCustomerId = Number(res.data.dutyCustomerId)
|
|
|
+ }else {
|
|
|
+ this.formData.dutyCustomerId = null
|
|
|
}
|
|
|
|
|
|
res.data.dutyDateTimeList.map(item => {
|