修改 冀北 现场问题

This commit is contained in:
GGJ
2024-08-21 16:05:06 +08:00
parent a6ab528220
commit ed4d982cbe
10 changed files with 193 additions and 101 deletions

View File

@@ -1055,6 +1055,7 @@ const open = async (row: any) => {
title.value = row.title
dialogFormVisible.value = true
let deptIds = adminInfo.$state.deptId
addUploadRef.value?.reset()
if (row.row) {
resendId.value = row.row.id
status.value = row.row.status
@@ -1544,5 +1545,4 @@ defineExpose({ open, filterUsers })
width: 250px;
text-align: left;
}
</style>