Explorar o código

修改web op checkbox读取

yuanrf hai 1 ano
pai
achega
0961582268
Modificáronse 1 ficheiros con 1 adicións e 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;