feat: 修改稿件审核id逻辑

This commit is contained in:
rd
2025-08-06 16:31:33 +08:00
parent 3fb274fbda
commit 86f01e7ea5
12 changed files with 174 additions and 96 deletions

View File

@ -15,6 +15,7 @@
<script setup>
import { ref } from 'vue';
import { slsWithCatch } from '@/utils/stroage.ts';
import icon1 from '@/assets/img/media-account/icon-feedback-success.png';
const router = useRouter();
@ -32,7 +33,8 @@ const onBack = () => {
};
const onConfirm = () => {
visible.value = false;
router.push({ name: 'ManuscriptCheck', params: { id: workId.value } });
slsWithCatch('manuscriptCheckIds', [workId.value]);
router.push({ name: 'ManuscriptCheck' });
};
const open = (id) => {