重点工程 - 监管端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() { onShow() {
this.resetList() this.resetList()
}, },
onLoad() { onLoad(e) {
this.CORPINFO_ID = this.$route.query.CORPINFO_ID this.CORPINFO_ID = e.CORPINFO_ID
}, },
computed: { computed: {
userInfo() { userInfo() {

View File

@ -24,8 +24,8 @@
baseList: [] baseList: []
} }
}, },
onLoad() { onLoad(e) {
this.CORPINFO_ID = this.$route.query.CORPINFO_ID this.CORPINFO_ID = e.CORPINFO_ID
}, },
onShow(event) { onShow(event) {
@ -57,6 +57,7 @@
fnNavigator(e) { fnNavigator(e) {
console.log(this.CORPINFO_ID) console.log(this.CORPINFO_ID)
uni.$u.route({ uni.$u.route({
CORPINFO_ID:this.CORPINFO_ID,
url: this.baseList[e].url+'?CORPINFO_ID'+this.CORPINFO_ID url: this.baseList[e].url+'?CORPINFO_ID'+this.CORPINFO_ID
}) })

View File

@ -129,8 +129,8 @@ export default {
onShow() { onShow() {
this.resetList() this.resetList()
}, },
onLoad() { onLoad(e) {
this.CORPINFO_ID = this.$route.query.CORPINFO_ID this.CORPINFO_ID = e.CORPINFO_ID
}, },
computed: { computed: {
userInfo() { userInfo() {

View File

@ -66,8 +66,8 @@ export default {
list: [], list: [],
} }
}, },
onLoad() { onLoad(e) {
this.CORPINFO_ID = this.$route.query.CORPINFO_ID this.CORPINFO_ID = e.CORPINFO_ID
}, },
onShow() { onShow() {
this.resetList() this.resetList()