Fixiaobai
2023-08-28 b4aa13669f6e6da6f5c4cf34abf6b21720c1c6c5
src/views/experiment/checkTheReport/index.vue
@@ -214,11 +214,11 @@
    async queryReportByRCode(code){
      const resp = await getReportData({code:code});
      this.reportData = resp.data;
      this.dialogVisible = true;
      console.log(this.reportData);
    },
    //查看报告按钮
    previewFun(row){
      this.dialogVisible = true;
      this.reportType = row.type;
      this.queryReportByRCode(row.reportCode);
    },