1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 07:21:24 +08:00

add the function of fuzzy query in the page of NoticeTypeManage

This commit is contained in:
cccccyb
2023-06-07 16:33:16 +08:00
parent ac45dff153
commit b27497a586
14 changed files with 289 additions and 134 deletions

View File

@@ -1,6 +1,6 @@
<template>
<el-container>
<el-header>
<el-header style="width: 100%">
<notice-manage-head @selectByCond="getLoading"></notice-manage-head>
</el-header>
<el-main>
@@ -29,11 +29,12 @@
center
:close-on-click-modal="false"
:before-close="handleDialogClose"
style="min-width: 450px; max-width: 900px"
>
<template #header>
<h2 style="color: red">发布公告</h2>
</template>
<notice-commit-form />
<notice-commit-form ref="addForm" />
</el-dialog>
<notice-manage-table
@handleDeleteById="handleDeleteById"
@@ -77,6 +78,7 @@ export default {
state.editFlag = false
state.hackReset = false
})
this.$refs.addForm.$refs.addData.resetFields()
},
handleDeleteById(deleteID) {
ElMessageBox.confirm('确定是否要删除?该操作将无法回退', '警告', {