录单权限问题-紧急处理

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 let code = this.$route.params.productDetailCode
console.log(code) console.log(code)
this.getProductDetail(code) this.getProductDetail(code)
funcPermCheck({}).then(res => { /*funcPermCheck({}).then(res => {
this.isCheck = res.result this.isCheck = res.result
}) })*/
}, },
methods: { methods: {
goDocu(url, type, name) { goDocu(url, type, name) {

View File

@@ -118,9 +118,9 @@ export default {
created() { created() {
this.$CacheUtils.removeLocItem('orderNo') this.$CacheUtils.removeLocItem('orderNo')
this.$CacheUtils.removeLocItem('canMoveOn') this.$CacheUtils.removeLocItem('canMoveOn')
funcPermCheck({}).then(res => { /*funcPermCheck({}).then(res => {
this.isCheck = res.result this.isCheck = res.result
}) })*/
}, },
mounted() {}, mounted() {},
methods: { methods: {

View File

@@ -397,9 +397,9 @@ export default {
window['appCallBack'] = this.appCallBack*/ window['appCallBack'] = this.appCallBack*/
this.init() this.init()
//校验当前用户权限 //校验当前用户权限
funcPermCheck({}).then(res => { /*funcPermCheck({}).then(res => {
this.isCheck = res.result this.isCheck = res.result
}) })*/
}, },
created() {}, created() {},
beforeRouteLeave(to, from, next) { beforeRouteLeave(to, from, next) {

View File

@@ -237,9 +237,9 @@ export default {
}) })
}, 100) }, 100)
window.appCallBack = this.appCallBack window.appCallBack = this.appCallBack
funcPermCheck({}).then(res => { /*funcPermCheck({}).then(res => {
this.isCheck = res.result this.isCheck = res.result
}) })*/
}, },
methods: { methods: {
beforeClose(action, done) { beforeClose(action, done) {