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