mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
AlRead and ToRead function have been compeled,another add rightClick menu
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
v-model="dialogEditVisible"
|
||||
center
|
||||
v-if="hackReset"
|
||||
:close-on-click-modal="false"
|
||||
:before-close="handleDialogClose"
|
||||
>
|
||||
<template #header>
|
||||
@@ -121,7 +122,12 @@
|
||||
<commitForm />
|
||||
</el-dialog>
|
||||
<!-- 查看会话框-->
|
||||
<el-dialog v-model="dialogShowVisible" center>
|
||||
<el-dialog
|
||||
v-model="dialogShowVisible"
|
||||
center
|
||||
:close-on-click-modal="false"
|
||||
:before-close="handleDialogClose"
|
||||
>
|
||||
<template #header>
|
||||
<h2 style="color: red">查看公告</h2>
|
||||
</template>
|
||||
@@ -188,6 +194,8 @@ export default {
|
||||
handleDialogClose() {
|
||||
noticeStore.$patch((state) => {
|
||||
state.dialogEditVisible = false
|
||||
state.dialogAddVisible = false
|
||||
state.dialogShowVisible = false
|
||||
state.editFlag = false
|
||||
state.hackReset = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user