From ce3c9d345a27d3a86e6c096d927f3ee619b6e68f Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期三, 26 十月 2022 13:46:50 +0800
Subject: [PATCH] 细节

---
 src/views/padSunmaryProcedure/word_mange/mangeGZ.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/views/padSunmaryProcedure/word_mange/mangeGZ.vue b/src/views/padSunmaryProcedure/word_mange/mangeGZ.vue
index 0bb2916..f930bcc 100644
--- a/src/views/padSunmaryProcedure/word_mange/mangeGZ.vue
+++ b/src/views/padSunmaryProcedure/word_mange/mangeGZ.vue
@@ -114,9 +114,9 @@
 
 export default {
   name: "mangeGZ",
-  props:['id'],
   data(){
     return{
+        id:'',
       form:{
         unitName:"",
         litigant:"",
@@ -138,7 +138,8 @@
       },
     }
   },
-  created() {
+  mounted() {
+    this.id = this.$store.state.user.id
     this.getDataList()
   },
   methods:{
@@ -162,7 +163,8 @@
         path: '/WordYulan',
         query: {
           wordData: data,
-          src:'/wordes/correctionNotice.docx'
+          src:'/wordes/correctionNotice.docx',
+          name:'璐d护闄愭湡鏀规閫氱煡涔�',
         }
       })
     },
@@ -172,7 +174,8 @@
         path: '/WordYulan',
         query: {
           downWordData: data,
-          src:'/wordes/correctionNotice.docx'
+          src:'/wordes/correctionNotice.docx',
+          name:'璐d护闄愭湡鏀规閫氱煡涔�',
         }
       })
       // WordView.methods.exportDoc(wordData, "/wordes/inquiryCause.docx", "璋冩煡璇㈤棶绗斿綍.docx")

--
Gitblit v1.9.1