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