重点工程 - 监管端App重点工程脏数据问题
parent
895a4a7829
commit
630ccc4899
|
@ -166,8 +166,8 @@ export default {
|
|||
onShow() {
|
||||
this.resetList()
|
||||
},
|
||||
onLoad() {
|
||||
this.CORPINFO_ID = this.$route.query.CORPINFO_ID
|
||||
onLoad(e) {
|
||||
this.CORPINFO_ID = e.CORPINFO_ID
|
||||
},
|
||||
computed: {
|
||||
userInfo() {
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
baseList: []
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.CORPINFO_ID = this.$route.query.CORPINFO_ID
|
||||
onLoad(e) {
|
||||
this.CORPINFO_ID = e.CORPINFO_ID
|
||||
},
|
||||
onShow(event) {
|
||||
|
||||
|
@ -57,6 +57,7 @@
|
|||
fnNavigator(e) {
|
||||
console.log(this.CORPINFO_ID)
|
||||
uni.$u.route({
|
||||
CORPINFO_ID:this.CORPINFO_ID,
|
||||
url: this.baseList[e].url+'?CORPINFO_ID'+this.CORPINFO_ID
|
||||
|
||||
})
|
||||
|
|
|
@ -129,8 +129,8 @@ export default {
|
|||
onShow() {
|
||||
this.resetList()
|
||||
},
|
||||
onLoad() {
|
||||
this.CORPINFO_ID = this.$route.query.CORPINFO_ID
|
||||
onLoad(e) {
|
||||
this.CORPINFO_ID = e.CORPINFO_ID
|
||||
},
|
||||
computed: {
|
||||
userInfo() {
|
||||
|
|
|
@ -66,8 +66,8 @@ export default {
|
|||
list: [],
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.CORPINFO_ID = this.$route.query.CORPINFO_ID
|
||||
onLoad(e) {
|
||||
this.CORPINFO_ID = e.CORPINFO_ID
|
||||
},
|
||||
onShow() {
|
||||
this.resetList()
|
||||
|
|
Loading…
Reference in New Issue