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