重点工程 - 监管端App重点工程脏数据问题

dev
water_xu 2024-08-02 18:11:02 +08:00
parent 895a4a7829
commit 630ccc4899
4 changed files with 9 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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