Explorar o código

版本控制问题修复

wolyshaw %!s(int64=4) %!d(string=hai) anos
pai
achega
f140c6bdde
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/editionManager/editionList.vue

+ 1 - 1
src/views/editionManager/editionList.vue

@@ -229,7 +229,7 @@ export default {
         rows: this.rules.limit,
       }).then(res => {
         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;
         }
       });