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) {