mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
录单权限问题-紧急处理
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user