From a45122e71361c2838c56dda4510b7e9e9b18cb26 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Thu, 14 Sep 2023 17:35:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E7=BB=84=E4=BB=B6=E6=9C=AA=E7=BB=91=E5=AE=9A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E6=80=81=E5=87=BA=E7=8E=B0=E8=AF=B7=E6=B1=82?= =?UTF-8?q?404=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/BasicComponents/Select/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-room-ui/packages/BasicComponents/Select/index.vue b/data-room-ui/packages/BasicComponents/Select/index.vue index 79d2f468..efd16062 100644 --- a/data-room-ui/packages/BasicComponents/Select/index.vue +++ b/data-room-ui/packages/BasicComponents/Select/index.vue @@ -73,7 +73,7 @@ export default { if (this.isPreview) { this.filterable = true document.querySelector(`.select-${this.config.code}`).style.pointerEvents = 'all' - if (window.dataSetFields.length === 0) { + if (this.config.dataSource.businessKey && window.dataSetFields.length === 0) { getDataSetDetails(this.config.dataSource.businessKey).then(res => { window.dataSetFields = res.fields.map(field => { return {