From c0d02c2a9f62c1c251460fde70442803d1104faa Mon Sep 17 00:00:00 2001 From: lihaoyuan <18278596806@163.com> Date: Fri, 21 Nov 2025 17:36:26 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=96=B0=E5=A2=9Eapp=5Fid=E5=88=B0?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/page/sellerApp/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/page/sellerApp/index.vue b/src/views/page/sellerApp/index.vue index c66d815..98fb117 100644 --- a/src/views/page/sellerApp/index.vue +++ b/src/views/page/sellerApp/index.vue @@ -50,7 +50,7 @@
{{ __('启用') }} @@ -115,11 +115,12 @@ } } }, - async setThemes(tpl_id, tpl_label) { + async setThemes(tpl_id, tpl_label,app_id) { this.$baseConfirm(this.__('确定启用此模板风格?'), null, async () => { const { msg, status } = await setThemes({ tpl_id: tpl_id, store_template: tpl_label, + app_id: app_id, }) if (200 == status) { this.$baseMessage(msg, 'success')