66d929fa by 蔡俊立

完善

1 parent 7197f023
...@@ -215,6 +215,7 @@ export default { ...@@ -215,6 +215,7 @@ export default {
215 type: 'success' 215 type: 'success'
216 }) 216 })
217 that.$emit('input', false) 217 that.$emit('input', false)
218 that.$parent.queryClick();
218 } 219 }
219 }) 220 })
220 }, 221 },
......
...@@ -35,13 +35,13 @@ class data extends filter { ...@@ -35,13 +35,13 @@ class data extends filter {
35 return <div class="item-cwnr" domPropsInnerHTML={scope.row.noticeContent}></div> 35 return <div class="item-cwnr" domPropsInnerHTML={scope.row.noticeContent}></div>
36 } 36 }
37 }, 37 },
38 { 38 // {
39 prop: "noticeFileName", 39 // prop: "noticeFileName",
40 label: "通知附件", 40 // label: "通知附件",
41 render: (h, scope) => { 41 // render: (h, scope) => {
42 return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div> 42 // return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div>
43 } 43 // }
44 }, 44 // },
45 { 45 {
46 label: "发布状态", 46 label: "发布状态",
47 width: '80', 47 width: '80',
......
...@@ -35,13 +35,13 @@ class data extends filter { ...@@ -35,13 +35,13 @@ class data extends filter {
35 return <div class="item-cwnr" domPropsInnerHTML={scope.row.noticeContent}></div> 35 return <div class="item-cwnr" domPropsInnerHTML={scope.row.noticeContent}></div>
36 } 36 }
37 }, 37 },
38 { 38 // {
39 prop: "noticeFileName", 39 // prop: "noticeFileName",
40 label: "通知附件", 40 // label: "通知附件",
41 render: (h, scope) => { 41 // render: (h, scope) => {
42 return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div> 42 // return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div>
43 } 43 // }
44 }, 44 // },
45 { 45 {
46 prop: "noticePublishTime", 46 prop: "noticePublishTime",
47 label: "发布时间", 47 label: "发布时间",
......