缓存线盘点
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user