Commit b7814958 authored by 沈良进's avatar 沈良进
parents 1e035ab5 31e42cb3
......@@ -1690,6 +1690,20 @@
type: Number
}
},
data() {
return {
isExamine: false
}
},
mounted() {
if(this.pagesTitle&&this.pagesTitle=='平台账户'){
this.isExamine = true
console.log('可审核----',this.isExamine)
}else{
this.isExamine = false
console.log('不能审核---',this.isExamine)
}
},
methods: {
update() {
let params = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment