Przeglądaj źródła

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

余思翰 5 dni temu
rodzic
commit
f13695487b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      oa-ui-app/pages/oa/device/deviceLog.vue

+ 1
- 1
oa-ui-app/pages/oa/device/deviceLog.vue Wyświetl plik

@@ -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,

Ładowanie…
Anuluj
Zapisz