物资使用情况不显示问题

This commit is contained in:
2025-08-15 22:47:41 +08:00
parent 094a7ba0f0
commit c92db7241e
5 changed files with 530 additions and 526 deletions

View File

@ -149,7 +149,6 @@
<script setup>
import { ref, reactive, onMounted, computed, toRaw } from 'vue';
import { ElMessage, ElMessageBox } from 'element-plus';
import { WarningFilled } from '@element-plus/icons-vue';
import { useUserStoreHook } from '@/store/modules/user';
import { useRouter } from 'vue-router';
const userStore = useUserStoreHook();
@ -441,7 +440,7 @@ const handleDialogClose = () => {
// 跳转
const jumpRouter = (row) => {
router.push({
path: `/materials/materialSon`,
path: `/materials/usageMaterials/materialIndexSon`,
query: {
id: row.id,
type: 'update'