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