This commit is contained in:
parent
72a4551500
commit
70454d5349
|
|
@ -140,7 +140,7 @@ const transformTree = (list) => {
|
|||
|
||||
const getTypeList = async () => {
|
||||
try {
|
||||
const res = await getTypeListApi({ typeId: formData.typeModelId })
|
||||
const res = await getTypeListApi({ typeId: formData.typeModelId, manageType: 0 })
|
||||
console.log('🚀 ~ getTypeList ~ res:', res)
|
||||
if (!res.data) return
|
||||
typeList.value = res.data.map((item) => {
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ const transformTree = (list) => {
|
|||
}
|
||||
const getTypeList = async () => {
|
||||
try {
|
||||
const res = await getTypeListApi({ typeId: formData.typeModelId })
|
||||
const res = await getTypeListApi({ typeId: formData.typeModelId, manageType: 0 })
|
||||
console.log('🚀 ~ getTypeList ~ res:', res)
|
||||
if (!res.data) return
|
||||
typeList.value = res.data.map((item) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue