Skip to content

Commit

Permalink
fix upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bwcx-jzy committed Sep 10, 2021
1 parent 1eebf9b commit 8ea59b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-vue/src/pages/node/node-layout/system/upgrade.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
// 加载数据
loadData() {
systemInfo(this.node.id).then(res => {
if (res.code === 200) {
if (res.data) {
this.temp = res.data;
}
})
Expand Down Expand Up @@ -115,4 +115,4 @@ export default {
.upload-btn {
margin-top: 20px;
}
</style>
</style>

0 comments on commit 8ea59b0

Please sign in to comment.