This commit is contained in:
bb_pan 2025-09-04 14:43:51 +08:00
parent 72a4551500
commit 70454d5349
2 changed files with 2 additions and 2 deletions

View File

@ -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) => {

View File

@ -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) => {