From d0f144c5eb3d57a9ddad63ca5fee286124899784 Mon Sep 17 00:00:00 2001 From: "bai.jinyan" Date: Thu, 17 Jun 2021 18:09:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=95=E5=8D=95=E6=9D=83=E9=99=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98-=E7=B4=A7=E6=80=A5=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/product/ProductDetail.vue | 4 ++-- src/views/ebiz/proposal/List.vue | 4 ++-- src/views/ebiz/proposal/ProposalInfo.vue | 4 ++-- src/views/ebiz/sale/List.vue | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/ebiz/product/ProductDetail.vue b/src/views/ebiz/product/ProductDetail.vue index 64dce1a90..dc4687b41 100644 --- a/src/views/ebiz/product/ProductDetail.vue +++ b/src/views/ebiz/product/ProductDetail.vue @@ -59,9 +59,9 @@ export default { let code = this.$route.params.productDetailCode console.log(code) this.getProductDetail(code) - funcPermCheck({}).then(res => { + /*funcPermCheck({}).then(res => { this.isCheck = res.result - }) + })*/ }, methods: { goDocu(url, type, name) { diff --git a/src/views/ebiz/proposal/List.vue b/src/views/ebiz/proposal/List.vue index ffd023085..9389a9a90 100644 --- a/src/views/ebiz/proposal/List.vue +++ b/src/views/ebiz/proposal/List.vue @@ -118,9 +118,9 @@ export default { created() { this.$CacheUtils.removeLocItem('orderNo') this.$CacheUtils.removeLocItem('canMoveOn') - funcPermCheck({}).then(res => { + /*funcPermCheck({}).then(res => { this.isCheck = res.result - }) + })*/ }, mounted() {}, methods: { diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index ef0412ea7..38ca84c5c 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -397,9 +397,9 @@ export default { window['appCallBack'] = this.appCallBack*/ this.init() //校验当前用户权限 - funcPermCheck({}).then(res => { + /*funcPermCheck({}).then(res => { this.isCheck = res.result - }) + })*/ }, created() {}, beforeRouteLeave(to, from, next) { diff --git a/src/views/ebiz/sale/List.vue b/src/views/ebiz/sale/List.vue index b13a9f3ca..cea5f0db0 100644 --- a/src/views/ebiz/sale/List.vue +++ b/src/views/ebiz/sale/List.vue @@ -237,9 +237,9 @@ export default { }) }, 100) window.appCallBack = this.appCallBack - funcPermCheck({}).then(res => { + /*funcPermCheck({}).then(res => { this.isCheck = res.result - }) + })*/ }, methods: { beforeClose(action, done) {