From b777f284625b23b6eef698e10019e008223627e0 Mon Sep 17 00:00:00 2001 From: wangbing Date: Tue, 1 Sep 2020 17:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/SpringBoot/resources/templates/screen/index.ftl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/modules/SpringBoot/resources/templates/screen/index.ftl b/src/main/resources/modules/SpringBoot/resources/templates/screen/index.ftl index bf3a6013..939a7c28 100644 --- a/src/main/resources/modules/SpringBoot/resources/templates/screen/index.ftl +++ b/src/main/resources/modules/SpringBoot/resources/templates/screen/index.ftl @@ -569,6 +569,10 @@ }) } }, - watch: {} + watch: { + "prop.tabName":function () { + this.onSaveState(); + } + } }) \ No newline at end of file