longyvfengyun
2022-03-03 7e308ffd99448ac1ffed7ecc9955562973cd5be7
src/components/PageHeader.vue
@@ -513,8 +513,12 @@
      if(this.isAudit) {
        this.$apis.userMager.operationRecord.unReadLog().then(res=>{
          let rs = JSON.parse(res.data.result);
          console.log(rs);
          this.singularNum = rs.data.length;
          if(rs.code == 1) {
            this.singularNum = rs.data.length;
          }else {
            this.singularNum = 0;
          }
        }).catch(error => {});
      }
    },