修改菜单,增加质量管理

This commit is contained in:
2022-03-03 16:15:01 +08:00
parent 68193ecfb3
commit 9513fb484b
18 changed files with 343 additions and 178 deletions

View File

@@ -1,8 +1,8 @@
/*
* @Author: zwq
* @Date: 2020-12-29 16:00:14
* @LastEditors: gtz
* @LastEditTime: 2021-04-17 16:04:51
* @LastEditors: zwq
* @LastEditTime: 2022-03-03 15:10:05
* @Description:
*/
import request from '@/utils/request'
@@ -56,7 +56,7 @@ export function staffDelete(id) { // 删除员工单条数据
export function workerList(data) { // 添加组员列表
return request({
url: '/basic/team-det/workerList',
url: '/api/wms/team-det/workerList',
method: 'post',
data
})
@@ -64,7 +64,7 @@ export function workerList(data) { // 添加组员列表
export function getRoleList() {
return request({
url: '/basic/platform-dict/selectPlatformDictDataListByPage',
url: '/api/wms/platform-dict/selectPlatformDictDataListByPage',
method: 'post',
data: {
dictTypeId: '1383318968677273601',