缓存线盘点

This commit is contained in:
2023-05-19 14:59:02 +08:00
parent 5d7b16c27c
commit c6516a16ff
3 changed files with 14 additions and 20 deletions

View File

@@ -66,16 +66,8 @@
},
methods: {
goIn () {
if (this.page === 'p1') {
uni.redirectTo({
url: '/pages/management/hcxcheck'
})
}
if (this.page === 'p2') {
uni.redirectTo({
url: '/pages/management/HalfFinishedInStore'
})
}
// 上一个页面hcxcheck、HalfFinishedInStore只能用uni.navigateBack()上个页面才能缓存
uni.navigateBack()
},
async _materialQuery () {
let res = await materialQuery(this.val1)