liusungtsun 1 рік тому
батько
коміт
18e83bd643
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/views/AttendMeeting/index.vue

+ 1 - 0
src/views/AttendMeeting/index.vue

@@ -338,6 +338,7 @@ export default {
 
       listJOINTCONFERENCE(this.queryParams).then((response) => {
         this.JOINTCONFERENCEList = response.rows;
+        this.JOINTCONFERENCEList?.map((item) => item?.createByName ? '' : item.createByName = item?.createBy_dictText)
         this.total = response.total;
         this.loading = false;
       });