|
@@ -229,7 +229,7 @@ export default {
|
|
rows: this.rules.limit,
|
|
rows: this.rules.limit,
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
- this.tableList = res.data.rows.map(item => ({...item, downloadUrl: decode(item.downloadUrl)}));
|
|
|
|
|
|
+ this.tableList = res.data.rows.map(item => ({...item, downloadUrl: decode(item.downloadUrl || '')}));
|
|
this.rules.total = res.data.total;
|
|
this.rules.total = res.data.total;
|
|
}
|
|
}
|
|
});
|
|
});
|