fix: 设备型号取消关联
This commit is contained in:
@@ -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)];
|
||||||
|
Reference in New Issue
Block a user