gaoluyang
2025-03-12 1b0a3d7e887e31ae37dcfa9ba8e0ae77a9bfa5a6
src/views/business/reportPreparation/index.vue
@@ -857,6 +857,7 @@
  examineReport,
  downLoad,
  getReportInfo,
  getURL
} from "../../../api/business/reportPreparation";
export default {
@@ -1798,11 +1799,17 @@
    },
    handleApprove(row) {
      this.currentInfo = row;
      getURL().then(res => {
      })
      let fileName = row.urlS === null || row.urlS === "" ? row.url : row.urlS;
      fileName = fileName.replace("/word/", "");
      const userName = JSON.parse(localStorage.getItem("user")).name;
      const userName = this.$store.state.user.name;
      this.option = {
        url: this.javaApi + "/word/" + fileName,
        url: javaApi + "/word/" + fileName,
        isEdit: false,
        fileType: "docx",
        title: fileName,