#2204 选择数据集时当前项目下的数据显示问题

Merged
liuzx merged 3 commits from fix-2054 into V20220601 1 year ago
  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