From 14767d1514857e8750ae966ab397d5ed25651e57 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 27 Sep 2019 09:18:11 +0800 Subject: [PATCH] a --- src/views/layout/components/Navbar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/layout/components/Navbar.vue b/src/views/layout/components/Navbar.vue index 4e912bf0..c6c09886 100644 --- a/src/views/layout/components/Navbar.vue +++ b/src/views/layout/components/Navbar.vue @@ -64,7 +64,7 @@ export default { searchTable1(1, 999, 0, null, null, 0, 0, 0, 0, 0, 0).then(res => { if (res.data.total) { this.noticeContract = null - this.noticeContract = this.$notify.info({ + this.noticeContract = this.$notify.success({ title: '提示', message: '您有采购合同待审批,请及时处理,点击查看', onClick: () => { @@ -87,7 +87,7 @@ export default { }) Promise.race([p1, p2]).then(res => { if (res.data.total) { - this.noticeFund = this.$notify.info({ + this.noticeFund = this.$notify.success({ title: '提示', message: '您有合同请款申请待审批,请及时处理,点击查看', onClick: () => { @@ -101,7 +101,7 @@ export default { searchTableInvoice(0, null, null, 1, 999, this.token).then(res => { if (res.data.total) { this.noticeInvoice = null - this.noticeInvoice = this.$notify.info({ + this.noticeInvoice = this.$notify.success({ title: '提示', message: '您有发票结算申请待审批,请及时处理,点击查看', onClick: () => {