Fixiaobai
2023-09-19 e5b9da3aee25769bc19a7982a7a8fc5886a56f15
src/components/view/rawInsDetail.vue
@@ -365,7 +365,9 @@
    }
    this.getOptions();
  },
  mounted() {},
  mounted() {
  },
  computed: {
    conclusionTable() {
      const conclusion = {};
@@ -375,7 +377,7 @@
        ...new Set(this.projectTable.map(item => item.uName))
      ];
      if (
        this.projectTable.filter(item => item.testState === null).length ===
        this.projectTable.filter(item => item.testState === undefined).length ===
        this.projectTable.length
      ) {
        conclusion.testState = null;
@@ -456,6 +458,7 @@
          params: { id: this.detailId }
        })
        .then(res => {
          console.log(res);
          this.detailInfo = res.data;
          this.projectTable = res.data.children;
          this.projectTable.forEach(i => {