tangning 2 gadi atpakaļ
vecāks
revīzija
ff24d8322d
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      src/views/productOperation/cameraScene.vue

+ 3 - 0
src/views/productOperation/cameraScene.vue

@@ -238,6 +238,9 @@
             dataIndex: 'addressComponent',
             width: 100,
             customRender: ({ record }) => {
+              if (!record.addressComponent) {
+                return '';
+              }
               let { city } = record.addressComponent;
               return city; // + district + township;
             },