提交修改
This commit is contained in:
parent
1567ef9e12
commit
12e0972f8d
@ -18,7 +18,6 @@ export const apiFindEquipmentByCode = (data, code) => {
|
||||
return http({url: `/lz_management/api/findEquipmentById?code=${code}`, method: 'get', data})
|
||||
}
|
||||
|
||||
|
||||
// 搜索用户
|
||||
export const apiFindStaff = data => {
|
||||
return http({url: `/lz_management/api/findEmployeeByName`, method: 'post', data})
|
||||
@ -109,7 +108,6 @@ export const apiEditUseDevice = data => {
|
||||
return http({url: `/lz_management/modules/usereq/equipmentInfoEdit`, method: 'post', data})
|
||||
}
|
||||
|
||||
|
||||
// 删除使用设备信息
|
||||
export const apiDelUseDevice = data => {
|
||||
return http({url: `/lz_management/modules/usereq/equipmentInfoDelete`, method: 'post', data})
|
||||
@ -151,4 +149,3 @@ export const apiAddTCounts = () => {
|
||||
export const apiDelTCounts = data => {
|
||||
return http({url: `/lz_management/modules/count/tCountDelete`, method: 'post', data})
|
||||
}
|
||||
|
||||
|
||||
@ -351,10 +351,6 @@ export default {
|
||||
return [0, 0]
|
||||
}
|
||||
}
|
||||
|
||||
/* if (rowIndex >= this.yeJiCheckNum + 1 && rowIndex < this.yeJiCheckNum + 1 + this.wenHuaJiaZhiGuanNum) {
|
||||
|
||||
}*/
|
||||
if (rowIndex === this.yeJiCheckNum + 1 + this.wenHuaJiaZhiGuanNum) {
|
||||
if (columnIndex === 0) {
|
||||
return [1, 2]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user