fix: 修复依赖版本和接口路径错误

1. 将sass版本从^1.54.5改为固定1.54.5并更新lock文件
2. 修正团队管理页面的用户接口导入路径
This commit is contained in:
sheng
2026-06-22 17:30:53 +08:00
parent 0c6c4dc93c
commit 2bd0e49bb6
3 changed files with 40 additions and 229 deletions

View File

@@ -316,7 +316,7 @@ import {
} from '@/api/production-master-data/team-management'
import { getFactoryAreaALL } from '@/api/production-master-data/factory-area'
import { getProductionLineList } from '@/api/production-master-data/production-line'
import { getUserAll } from '@/api/system-administration/user-management/user'
import { getUserAll } from '@/api/system-administration/user'
import PageTable from '@/components/page-table'
export default {