From 6c2009474dd0304c7f3166718eb4277a37c69002 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 14 Oct 2024 13:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehouseManage/machinery/type-nw/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/warehouseManage/machinery/type-nw/index.vue b/src/views/warehouseManage/machinery/type-nw/index.vue index cf3236b..eebdb41 100644 --- a/src/views/warehouseManage/machinery/type-nw/index.vue +++ b/src/views/warehouseManage/machinery/type-nw/index.vue @@ -848,7 +848,7 @@ export default { /** 查询新增页面-上级类型下拉树结构 */ getTreeData() { getMaTypeList().then((response) => { - this.treeOptions = response.data + this.treeOptions = response.data.rows }) }, /** 查询资产属性下拉 */