叶松
2023-10-24 66b7008f64a5dff2ec458ce8e181200b0b557fdd
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;
        })