fix: 修复依赖版本和接口路径错误
1. 将sass版本从^1.54.5改为固定1.54.5并更新lock文件 2. 修正团队管理页面的用户接口导入路径
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user