From 285d1b7d59dc5766cb4967e19022d577a20d78ae Mon Sep 17 00:00:00 2001 From: Poised_flw Date: Thu, 28 Oct 2021 19:13:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0watch=E7=94=A8=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tis_app_template_kt/src/components/controlMixins.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tis_app_template_kt/src/components/controlMixins.js b/src/tis_app_template_kt/src/components/controlMixins.js index b29d3d3..4d0d0d4 100644 --- a/src/tis_app_template_kt/src/components/controlMixins.js +++ b/src/tis_app_template_kt/src/components/controlMixins.js @@ -33,6 +33,7 @@ export const controlMixins = { ///记录激活数量 return list; }, + watch: ['$tis.layouts'], default() { return []; }, @@ -103,4 +104,4 @@ export const controlMixins = { this.active = 0; }, }, -} \ No newline at end of file +}