|
|
|
@@ -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) { |
|
|
|
|