From 3241623df2685844ff552f46ece1adf245dd489b Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 7 Apr 2022 09:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=9A=8F=E6=89=8B=E6=8B=8D?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/apps/AppQyWxConfig/AppQyWxConfig.vue | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/core/apps/AppQyWxConfig/AppQyWxConfig.vue b/core/apps/AppQyWxConfig/AppQyWxConfig.vue index 8a34cfb3..19a81a8f 100644 --- a/core/apps/AppQyWxConfig/AppQyWxConfig.vue +++ b/core/apps/AppQyWxConfig/AppQyWxConfig.vue @@ -9,7 +9,7 @@ @@ -21,9 +21,10 @@ active-color="#5088FF" inactive-color="#D0D4DC"> - + @@ -32,6 +33,7 @@ 详情 删除 系统信息 + 推送随手拍样式 @@ -109,7 +111,8 @@ - + @@ -124,7 +127,8 @@
- + @@ -309,7 +313,7 @@ export default { } }) }, - + add() { this.dialogForm = {}; this.dialog = true; @@ -388,6 +392,13 @@ export default { this.sysInfoDialog = false } }) + }, + handlePush(id) { + this.instance.post("/app/appclapeventinfo/setAppWorkbench", null, {params: {id}}).then(res => { + if (res?.code == 0) { + this.$message.success("推送成功!") + } + }) } }, created() {