李旭东
2023-11-09 2749a7415c7a354ea506473f41f3208cc82e4d85
web/src/views/DuctpiecePLM/ReportCenter/BearReport.vue
@@ -108,6 +108,8 @@
          if(res.statusMsg === 'ok') {
            this.total = res.data.total;
            this.dataList = res.data.list;
          }else{
            this.$message.warning(res.statusMsg)
          }
          this.loading = false;
        })