From c92cc4050adc9f1a228b76d1c3079c7c74cc560d Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Tue, 26 Sep 2023 16:11:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=BB=84=E4=BB=B6=E8=81=94?= =?UTF-8?q?=E5=8A=A8=E5=BC=B9=E7=AA=97=20=E6=98=A0=E5=B0=84=E8=A7=84?= =?UTF-8?q?=E5=88=99:=E7=AD=89=E4=BA=8E=3D>=E8=B5=8B=E5=80=BC=E7=BB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/BasicComponents/Input/index.vue | 1 - .../RightSetting/ComponentRelation/RelationSetting.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/data-room-ui/packages/BasicComponents/Input/index.vue b/data-room-ui/packages/BasicComponents/Input/index.vue index 5e715b93..dab95bee 100644 --- a/data-room-ui/packages/BasicComponents/Input/index.vue +++ b/data-room-ui/packages/BasicComponents/Input/index.vue @@ -100,7 +100,6 @@ export default { handleInput (val) { // 提供一个防抖的方法 this.debounce(() => { - console.log('val', val) this.linkage({ [this.config.code]: val }) }) }, diff --git a/data-room-ui/packages/BigScreenDesign/RightSetting/ComponentRelation/RelationSetting.vue b/data-room-ui/packages/BigScreenDesign/RightSetting/ComponentRelation/RelationSetting.vue index d6c6a391..70b5479f 100644 --- a/data-room-ui/packages/BigScreenDesign/RightSetting/ComponentRelation/RelationSetting.vue +++ b/data-room-ui/packages/BigScreenDesign/RightSetting/ComponentRelation/RelationSetting.vue @@ -48,7 +48,7 @@ label="映射规则" align="center" > - 等于 + 赋值给