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