瀏覽代碼

联席会议提交人

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;
       });