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
       this.isEdit = true
440
       this.isEdit = true
441
       this.currentLogId = item.logId
441
       this.currentLogId = item.logId
442
       this.selectedProject = item.project
442
       this.selectedProject = item.project
443
-      this.selectDevice = item.device
443
+      this.selectDevice = item.device ? item.device : {}
444
       this.formData = {
444
       this.formData = {
445
         useDate: item.useDate,
445
         useDate: item.useDate,
446
         weather: item.weather,
446
         weather: item.weather,

Loading…
Cancel
Save