Browse Source

修正问题

haojianlong 5 năm trước cách đây
mục cha
commit
92352f71b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/model/file/pathcontrol/index.vue

+ 1 - 1
src/views/model/file/pathcontrol/index.vue

@@ -361,7 +361,7 @@ export default {
       }
       modelPathControl(pa, res => {
         const data = res.Content[0];
-        if (data.SchedulerExport.BeginTime) {
+        if (data.SchedulerExport && data.SchedulerExport.BeginTime) {
           data.ModelExport.BeginTime = data.SchedulerExport.BeginTime
         }
         this.updateData(data);