Browse Source

修改web op checkbox读取

yuanrf 1 year ago
parent
commit
0961582268
1 changed files with 1 additions and 0 deletions
  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;