From 6676f8ebd85a9f5a7beb74c0f67accaa106c96c3 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 31 Jul 2024 18:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E4=BB=BB=E5=8A=A1=E5=88=B6?= =?UTF-8?q?=E5=AE=9A=20=E6=B7=BB=E5=8A=A0=E5=88=A0=E9=99=A4=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=887+1=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/apply/subPages/BS/plan.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/pages/apply/subPages/BS/plan.vue b/pages/apply/subPages/BS/plan.vue index 0743ca8..d516a1a 100644 --- a/pages/apply/subPages/BS/plan.vue +++ b/pages/apply/subPages/BS/plan.vue @@ -179,6 +179,12 @@ border="surround"> --> + + + @@ -492,21 +498,21 @@ this.currentTab = t }, btnCancel() { - var that=this + var that = this uni.showModal({ title: '提示', content: '确定取消?', success: function(res) { if (res.confirm) { - - let json = initFilter(that.model.ORG_ID, that.model.ID, null, null, null, that.TaskID); + let json = initFilter(that.model.ORG_ID, that.model.ID, null, null, null, that + .TaskID); Cancel(json).then(res => { uni.$showMsgFunc('操作成功!', () => { uni.navigateBack() }, 'success', 1000) }) - // } else { - // uni.$showErrorInfo('取消!') + // } else { + // uni.$showErrorInfo('取消!') } } })