Commit b9dcbd71ea612a3303eec9026cc45e7444309a81

Authored by ww
1 parent 8df05896

fix: device location search production not found data

@@ -35,7 +35,7 @@ export const formSchema: FormSchema[] = [ @@ -35,7 +35,7 @@ export const formSchema: FormSchema[] = [
35 api: getDeviceProfile, 35 api: getDeviceProfile,
36 placeholder: '请选择产品', 36 placeholder: '请选择产品',
37 labelField: 'name', 37 labelField: 'name',
38 - valueField: 'id', 38 + valueField: 'tbProfileId',
39 }, 39 },
40 }, 40 },
41 { 41 {