Browse Source

联席会议提交人

liusungtsun 1 year ago
parent
commit
18e83bd643
1 changed files with 1 additions and 0 deletions
  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;
       });