Browse Source

修正问题

haojianlong 5 years ago
parent
commit
92352f71b0
1 changed files with 1 additions and 1 deletions
  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);