Просмотр исходного кода

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

liuhj 1 год назад
Родитель
Сommit
87efcd3215
1 измененных файлов с 1 добавлено и 0 удалено
  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;