|
@@ -45,12 +45,12 @@
|
|
|
<a-button @click="addAnn" type="primary">新增</a-button>
|
|
|
|
|
|
<!-- 批量操作 -->
|
|
|
- <a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
+ <!-- <a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<a-menu slot="overlay">
|
|
|
<a-menu-item key="1" @click="batchDel"><a-icon type="delete" />删除 </a-menu-item>
|
|
|
</a-menu>
|
|
|
<a-button style="margin-left:24px">批量操作<a-icon type="down"/></a-button>
|
|
|
- </a-dropdown>
|
|
|
+ </a-dropdown> -->
|
|
|
</div>
|
|
|
|
|
|
<!-- ------------------------------------------------------------ -->
|
|
@@ -289,6 +289,7 @@ export default {
|
|
|
addAnn () {
|
|
|
console.log('点击新增,负责打开弹框,剩下功能在子组件的保存按钮')
|
|
|
this.$refs.AddAnnModal.addModalVisible = true
|
|
|
+ this.$refs.AddAnnModal.annInfo.id = null
|
|
|
this.$refs.AddAnnModal.title = '新增企业公告'
|
|
|
},
|
|
|
// 点击编辑 回显
|