wks 1 год назад
Родитель
Сommit
35515d66cf
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/views/PeopleManage/Customer/CustomerServiceAccount.vue

+ 2 - 0
src/views/PeopleManage/Customer/CustomerServiceAccount.vue

@@ -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 => {