|
|
@@ -79,6 +79,7 @@ |
|
|
|
pageSize:10, |
|
|
|
orderByColumn:'createTime', |
|
|
|
isAsc:'desc', |
|
|
|
translate_dict:1 |
|
|
|
}, |
|
|
|
uploadFiles1:[], |
|
|
|
projectId:'', |
|
|
@@ -108,7 +109,7 @@ |
|
|
|
pictureList(_this.queryParams).then(response => { |
|
|
|
_this.listLength = response.total; |
|
|
|
response.rows.map(res=>{ |
|
|
|
res.pictureType = this.selectDictLabel(this.pictureTypeOptions, res.pictureType); |
|
|
|
// res.pictureType = this.selectDictLabel(this.pictureTypeOptions, res.pictureType); |
|
|
|
_this.applicationList.push(res); |
|
|
|
}) |
|
|
|
|
|
|
|