代码优化
This commit is contained in:
parent
6a9486e478
commit
6c2009474d
|
|
@ -848,7 +848,7 @@ export default {
|
||||||
/** 查询新增页面-上级类型下拉树结构 */
|
/** 查询新增页面-上级类型下拉树结构 */
|
||||||
getTreeData() {
|
getTreeData() {
|
||||||
getMaTypeList().then((response) => {
|
getMaTypeList().then((response) => {
|
||||||
this.treeOptions = response.data
|
this.treeOptions = response.data.rows
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
/** 查询资产属性下拉 */
|
/** 查询资产属性下拉 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue