Commit b756fddf by 西瓜

线索管理, 上级下发线索word下载,附件问题

parent e9b242bc
No preview for this file type
......@@ -3640,7 +3640,7 @@ export default {
props: [],
isNf: false
},
wordList: ''
wordList: []
}
},
computed: {
......@@ -5740,9 +5740,10 @@ export default {
// word文档导出
exportWord() {
debugger
this.xsDetails[0].xstzFj.forEach(item => {
console.log(item, '内容数据');
this.wordList = item.fjName
this.wordList.push(item.fjName)
})
// this.wordWord = `调查进展情况请于线索下发之日起${this.xsDetails[0].xstz.fksr}日内报我办`
this.wordWord = this.xsDetails[0].xstz.fksr
......
......@@ -5168,7 +5168,7 @@ export default {
if (val == '1') {
this.rules['xsgljbr.jbrxm'] = this.$rules.checkEmpty
// this.rules['xsgljbr.jbrsfzh'] = this.$rules.emptyAbleIdentity
this.$set(this.formLabelAlign.xsgljbr[0], 'jbrxm', '')
// this.$set(this.formLabelAlign.xsgljbr[0], 'jbrxm', '群众')
} else {
this.rules['xsgljbr.jbrxm'] = null
// this.rules['xsgljbr.jbrsfzh'] = this.$rules.validateisSFZH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment