Commit 5f994dd3e3e362156c96c51c2635c7c769661eda

Authored by xp.Huang
2 parents ea33b4b9 3fb4ab62

Merge branch 'ww' into 'main'

fix: create device profileId bind error

See merge request huang/yun-teng-iot-front!378
... ... @@ -43,7 +43,7 @@ export const step1Schemas: FormSchema[] = [
43 43 return {
44 44 api: deviceProfile,
45 45 labelField: 'name',
46   - valueField: 'id',
  46 + valueField: 'tbProfileId',
47 47 onChange(_value: string, option: { deviceType: string }) {
48 48 const { deviceType } = option;
49 49 setFieldsValue({ deviceType: deviceType });
... ...