优化系统全局状态管理结构

This commit is contained in:
tao
2026-01-12 17:17:58 +08:00
parent 84797e76cd
commit 9a1fec8cbc
17 changed files with 243 additions and 327 deletions

View File

@@ -30,7 +30,7 @@
<script setup lang="ts">
import { ref } from 'vue';
import { useDialog } from '@/utils/useDialog';
import { useTraceOrderStore } from '@/store/traceOrderManage/traceOrder';
import { useTraceOrderStore } from '@/store';
import { message } from 'ant-design-vue';
import { addQualityAbnormalContact } from '@/api/pwoManage';