From 0379b35089b5b5d4a78cd638fbad950168c72e09 Mon Sep 17 00:00:00 2001 From: yaojn Date: Wed, 31 Jan 2024 19:17:04 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E4=BF=AE=E5=A4=8Dcombi?= =?UTF-8?q?nesearcher=E5=8F=AA=E8=AF=BB=E5=80=BC=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/plugins/TsForm/TsForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resources/plugins/TsForm/TsForm.vue b/src/resources/plugins/TsForm/TsForm.vue index 2752f51a..b4fd01a4 100755 --- a/src/resources/plugins/TsForm/TsForm.vue +++ b/src/resources/plugins/TsForm/TsForm.vue @@ -212,8 +212,8 @@ export default { handler(val) { this.$emit('update:textConfig', val); }, - deep: true, - immediate: true + deep: true + // immediate: true // 影响只读回显值 }, dataConfig: { handler(currentval) { -- Gitee