Explorar o código

fix: 优化需求245

ldong hai 7 meses
pai
achega
5b2cbef1b7
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/views/dataEntry_manage/components/barOptionSection.vue

+ 4 - 1
src/views/dataEntry_manage/components/barOptionSection.vue

@@ -150,7 +150,10 @@ export default {
   },
   watch: {
     datedata(newval) {
-      this.dateList = newval.map((_,index) => ({
+      if(!newval){
+        newval=[]
+      }
+      this.dateList =newval.map((_,index) => ({
         ...this.dateList[index],
         Color: _.Color,
         RealDate: this.dateList[index].Type === 3 ? this.dateList[index].Date : _.Date,