From 1b3f4dd63fe08c6e8a48a635746aec1ea49c9c43 Mon Sep 17 00:00:00 2001 From: yang <1441163367@qq.com> Date: 星期三, 26 十月 2022 14:19:12 +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