From 6b8a8fa577b207d116929cec1051003687227192 Mon Sep 17 00:00:00 2001 From: LivySara <1936808975@qq.com> Date: Fri, 27 Dec 2024 18:11:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E6=9D=BF=E5=B8=82=E5=9C=BA?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=B3=E5=BA=94=E7=94=A8=E6=97=B6=E8=A1=A5?= =?UTF-8?q?=E5=85=85framework=E5=8F=82=E6=95=B0=20#=20Reviewed,=20transact?= =?UTF-8?q?ion=20id:=2028065?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/client/src/views/system/template-market.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/client/src/views/system/template-market.vue b/lib/client/src/views/system/template-market.vue index abaae49b6..5d00d6074 100644 --- a/lib/client/src/views/system/template-market.vue +++ b/lib/client/src/views/system/template-market.vue @@ -484,6 +484,7 @@ // 解析出模板targetData绑定的变量和函数 const { varList = [], funcList = [] } = parseFuncAndVar(templateNode, variableList, funcGroups) Object.assign(data, { varList, funcList }) + data['framework'] = fromTemplate.framework const res = await this.$store.dispatch('pageTemplate/apply', data) if (res) {