Преглед на файлове

Merge branch 'master' of http://119.23.210.103:3000/wy/zdqy_firm_former

zhonghuizhen преди 5 месеца
родител
ревизия
ba6d07a260
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/platform/org/employee/list.vue

+ 1 - 1
src/views/platform/org/employee/list.vue

@@ -412,7 +412,7 @@ export default {
           .filter((i) => i)
           .filter((i) => i)
           .forEach((k) => {
           .forEach((k) => {
             const t = this.positionsList.find((i) => i.id_ === k)
             const t = this.positionsList.find((i) => i.id_ === k)
-            p += `${t.name_}.`
+            p += `${t?.name_ || ''}.`
           })
           })
         result.push(p)
         result.push(p)
       })
       })