Browse Source

移动端:修改设备作业记录点击修改时的bug

余思翰 2 days ago
parent
commit
f13695487b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      oa-ui-app/pages/oa/device/deviceLog.vue

+ 1
- 1
oa-ui-app/pages/oa/device/deviceLog.vue View File

@@ -440,7 +440,7 @@ export default {
440 440
       this.isEdit = true
441 441
       this.currentLogId = item.logId
442 442
       this.selectedProject = item.project
443
-      this.selectDevice = item.device
443
+      this.selectDevice = item.device ? item.device : {}
444 444
       this.formData = {
445 445
         useDate: item.useDate,
446 446
         weather: item.weather,

Loading…
Cancel
Save