Sfoglia il codice sorgente

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

liuhj 1 anno fa
parent
commit
87efcd3215
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;