From a04c61390534f635e46740d10f507607b261bbe4 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Mon, 30 Jan 2023 15:54:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E9=80=89=E6=8B=A9=E6=A0=91=E6=9D=83=E9=99=90?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AssetSelect/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/AssetSelect/index.vue b/src/components/AssetSelect/index.vue index c02ed9644..69a428738 100644 --- a/src/components/AssetSelect/index.vue +++ b/src/components/AssetSelect/index.vue @@ -23,6 +23,9 @@ :header-actions="headerActions" :table-config="tableConfig" class="tree-table" + :url="baseUrl" + :node-url="baseNodeUrl" + :tree-url="`${baseNodeUrl}/children/tree/`" />