licp
2024-10-23 dc335441ff07f563356c9cdb3ee9ff5a073c36ab
修改报告预览
已修改1个文件
10 ■■■■ 文件已修改
src/components/view/b1-report-preparation.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b1-report-preparation.vue
@@ -635,9 +635,7 @@
        fileName = fileName.replace('/word/','')
        const userName = JSON.parse(localStorage.getItem("user")).name;
        //参考vabOnlyOffice组件参数配置
        const { href } = this.$router.resolve({
          path: `/wordEdit`,
          query: {
        this.option = {
            url: this.javaApi + "/word/" + fileName,
            isEdit: false,
            fileType: "docx",
@@ -647,7 +645,6 @@
            user_id: 1,
            user_name: userName,
          }
        })
        this.issuedVisible = true;
      },
      // 审核通过
@@ -678,9 +675,7 @@
        fileName = fileName.replace('/word/','')
        const userName = JSON.parse(localStorage.getItem("user")).name;
        //参考vabOnlyOffice组件参数配置
        const { href } = this.$router.resolve({
          path: `/wordEdit`,
          query: {
        this.option = {
            url: this.javaApi + "/word/" + fileName,
            isEdit: false,
            fileType: "docx",
@@ -690,7 +685,6 @@
            user_id: 1,
            user_name: userName,
          }
        })
        this.approveVisible = true;
      },
      // 批准通过