超级管理员 2 years ago
parent
commit
94dc3d432e
  1. 1
      src/components/DesignForm/formControlAttr.vue

1
src/components/DesignForm/formControlAttr.vue

@ -1038,6 +1038,7 @@ const getDataSource = () => {
getRequest('sourceList').then((res: any) => { getRequest('sourceList').then((res: any) => {
dataSourceOption.value = res.data.list dataSourceOption.value = res.data.list
//dataSourceOption.value.unshift({ name: '', id: '' }) //dataSourceOption.value.unshift({ name: '', id: '' })
// console.log("res.data---->",res.data)
}) })
} }
} }

Loading…
Cancel
Save