Explorar el Código

Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system

liuhj hace 1 año
padre
commit
87efcd3215
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/OP/CarTouristGuideGrounContent.vue

+ 1 - 0
src/components/OP/CarTouristGuideGrounContent.vue

@@ -370,6 +370,7 @@ export default {
 
                     var start = new Date(res.data.data.start).getTime();
                     var end = new Date(res.data.data.end).getTime();
+                    that.checkItems =  res.data.data.existItem;
 
                     that.startPickerOptions.disabledDate = (time) => {
                         return time.getTime() < start || time.getTime() > end;