录单权限问题-紧急处理

This commit is contained in:
bai.jinyan
2021-06-17 18:09:12 +08:00
parent dd48591708
commit d0f144c5eb
4 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -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: {

View File

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

View File

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