From 6254e490baf15c635a5022ccb593f43a4be0c6f3 Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Thu, 26 Mar 2020 16:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E8=AF=B7=E6=AC=BE=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=B1=8F=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/Navbar.vue | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/layout/components/Navbar.vue b/src/views/layout/components/Navbar.vue index 57e2369f..433377e8 100644 --- a/src/views/layout/components/Navbar.vue +++ b/src/views/layout/components/Navbar.vue @@ -127,20 +127,20 @@ export default { }) if (this.token.toString() === '2') { searchRequestFund(1, 9999, 0, 0, 0, 0, 0).then(res => { - if (res.data.length) { - this.noticeContract2 = null - this.noticeContract2 = this.$notify.success({ - title: '提示', - message: '有合同请款申请审批结果,点击查看', - onClick: () => { - setChakan().then(res => { - this.$router.push({ path: '/PurchasingCenter/PurchaseContractRequestFund' }) - setTimeout(this.noticeContract2.close(), 1000) - }) - }, - duration: 1000 * 60 - }) - } + // if (res.data.length) { + // this.noticeContract2 = null + // this.noticeContract2 = this.$notify.success({ + // title: '提示', + // message: '有合同请款申请审批结果,点击查看', + // onClick: () => { + // setChakan().then(res => { + // this.$router.push({ path: '/PurchasingCenter/PurchaseContractRequestFund' }) + // setTimeout(this.noticeContract2.close(), 1000) + // }) + // }, + // duration: 1000 * 60 + // }) + // } }) initApproval(1, 999, 1).then(res => { if (res.data.rows.length) {