From b2a41563d0261263263128473919d0aa20e417c3 Mon Sep 17 00:00:00 2001 From: zhouyk <1595705593@qq.com> Date: Thu, 24 Jun 2021 17:12:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=9A=84=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D=EF=BC=8C=E5=8C=BA?= =?UTF-8?q?=E5=88=86=E4=BA=86=E5=90=8E=E5=8F=B0=E4=B8=8E=E5=89=8D=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/manager/cms/content/form.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/manager/cms/content/form.ftl b/src/main/webapp/WEB-INF/manager/cms/content/form.ftl index 571e6799..52f78ce4 100644 --- a/src/main/webapp/WEB-INF/manager/cms/content/form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/content/form.ftl @@ -417,7 +417,7 @@ title: '', name: 'custom-name' }); - ms.mdiy.model.extend("model1", {id:modelId},{ linkId: that.form.id }).then(function(obj) { + ms.mdiy.model.extend("model1", {id:modelId},{ linkId: that.form.id },true).then(function(obj) { that.model = obj; that.editableTabs[1].title = obj.modelName });