叶松
2023-10-24 66b7008f64a5dff2ec458ce8e181200b0b557fdd
web/src/views/DuctpiecePLM/ReportCenter/BearReport.vue
@@ -72,7 +72,7 @@
        search:{},//查询条件
        total: 0,
        loading: false,
        dataList: [{}], //钢筋笼生产报表列表
        dataList: [], //钢筋笼生产报表列表
        asyncTitle: true, // 对话框title 新增:true  修改:false
        asyncVisible: false, // 添加 修改对话框
      }
@@ -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;
        })