diff --git a/web_src/js/index.js b/web_src/js/index.js index 6e10f2f75..34b5febc5 100755 --- a/web_src/js/index.js +++ b/web_src/js/index.js @@ -4349,7 +4349,7 @@ function initVueDataset() { q: this.searchDataItem } }).then((res) => { - if (res.result_code == '0') { + if (res.data.result_code == '0') { this.currentRepoDataset = JSON.parse(res.data.data) const checkStatuDataset = this.currentRepoDataset.filter(item => item.DecompressState === 2) if (checkStatuDataset.length > 0) {