lxp
2025-03-12 5f32b360c5cc299d5ce9a94b812b34703184f2d0
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,