92a5ebf8 by xiaomiao
2 parents f4078c97 51bd0d5c
......@@ -215,6 +215,7 @@ export default {
type: 'success'
})
that.$emit('input', false)
that.$parent.queryClick();
}
})
},
......
......@@ -35,13 +35,13 @@ class data extends filter {
return <div class="item-cwnr" domPropsInnerHTML={scope.row.noticeContent}></div>
}
},
{
prop: "noticeFileName",
label: "通知附件",
render: (h, scope) => {
return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div>
}
},
// {
// prop: "noticeFileName",
// label: "通知附件",
// render: (h, scope) => {
// return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div>
// }
// },
{
label: "发布状态",
width: '80',
......
......@@ -35,13 +35,13 @@ class data extends filter {
return <div class="item-cwnr" domPropsInnerHTML={scope.row.noticeContent}></div>
}
},
{
prop: "noticeFileName",
label: "通知附件",
render: (h, scope) => {
return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div>
}
},
// {
// prop: "noticeFileName",
// label: "通知附件",
// render: (h, scope) => {
// return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div>
// }
// },
{
prop: "noticePublishTime",
label: "发布时间",
......