fix: 设备型号取消关联

This commit is contained in:
xuziqiang
2024-07-15 17:51:30 +08:00
parent ef20fa58de
commit 1aa294b998

View File

@@ -497,7 +497,6 @@ export const tableConfigCal = (el, elGroup, elFormula, defaultParams) => {
defaultParams: defaultParams.value,
componentProps: {
placeholder: '请选择设备型号',
mode: 'multiple',
api: (params: any) => {
return http.post(group.dropGroupInfoFilter, params).then((res: any) => {
const result = [...new Set(res.data)];