叶松
2023-11-21 ba1a99c09206ac657e2fffaa2777fb1ea7c5077f
web/src/views/DuctpiecePLM/ReportCenter/DuctReport.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;
        })