高支模分组管理完善

This commit is contained in:
BianLzhaoMin 2025-04-16 13:34:09 +08:00
parent a287fe7d9e
commit 0a4cedbd67
2 changed files with 6 additions and 7 deletions

View File

@ -1,10 +1,9 @@
export const formLabel = [{ f_label: '搜索关键词', f_model: 'proName', f_type: 'ipt', isShow: false }]
export const formLabel = [{ f_label: '搜索关键词', f_model: 'keyWord', f_type: 'ipt', isShow: false }]
export const columnsList = [
{ t_props: 'projectName', t_label: 'ID' },
{ t_props: 'address', t_label: '设备名称' },
{ t_props: 'planStartTime', t_label: '在线状态' },
{ t_props: 'planEndTime', t_label: '位置' },
{ t_props: 'ownerUnit', t_label: '描述' },
{ t_props: 'id', t_label: 'ID' },
{ t_props: 'devName', t_label: '设备名称' },
{ t_props: 'devCode', t_label: '设备编码' },
{ t_props: 'createTime', t_label: '创建时间' },
]
export const dialogConfig = {

View File

@ -160,7 +160,7 @@ export default {
} else {
const bingParams = {
id: this.detailsId,
devId: this.selectionList.join(',').slice(0, -1),
devId: this.selectionList.join(','),
}
const res = await bindHighFormworkListInDeviceAPI(bingParams)