Explorar o código

联席会议提交人

liusungtsun hai 1 ano
pai
achega
18e83bd643
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
       });