hive-app/pages/workbench/confirmService.vue
@@ -148,8 +148,12 @@ this.$refs['date-time'].show(); }, dateTimeChange(val) { this.yyTime = val; this.loadEmployeeList() if(this.$utils.compareData(val, new Date())){ this.yyTime = val; this.loadEmployeeList() }else{ this.$toast.info('请选择正确的预约时间') } }, employeeChange(e){ if(!this.employeeList.length){