代码优化

This commit is contained in:
BianLzhaoMin 2024-10-14 13:55:42 +08:00
parent 6a9486e478
commit 6c2009474d
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ export default {
/** 查询新增页面-上级类型下拉树结构 */
getTreeData() {
getMaTypeList().then((response) => {
this.treeOptions = response.data
this.treeOptions = response.data.rows
})
},
/** 查询资产属性下拉 */