fix : 修复阶段变更/详情/编辑功能

This commit is contained in:
2024-06-04 18:23:42 +08:00
parent 8f1cc442ac
commit b9d33bd6e4
9 changed files with 228 additions and 42 deletions

View File

@@ -10,7 +10,6 @@
<script setup lang="jsx">
import {ElNotification} from 'element-plus';
import {agreeTask, rejectTask} from "@/api/project-demand/index.js";
import {useTagsView} from '@/stores/tagsview.js'
const tagsViewStore = useTagsView()
@@ -94,6 +93,9 @@ const back = () => {
case 'Share/detail':
router.push({name: 'Expense/share'})
break;
case 'Phase/detail':
router.push({name: 'Implementation'})
break;
}
}
// 驳回