Browse Source

当前项目数据集显示问题

tags/v1.22.5.2^2
zhoupzh 3 years ago
parent
commit
7921a9a21e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js View File

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


Loading…
Cancel
Save