|
|
@@ -87,8 +87,9 @@ export default {
|
|
|
methods: {
|
|
|
enter (item) {
|
|
|
const { id } = item
|
|
|
- uni.navigateTo({url:`/pagesPurchase/ghsProduct?id=${id}`, type: 2 })
|
|
|
- // this.pageTo({ url: `/pagesPurchase/ghsProduct?id=${id}`, type: 2 })
|
|
|
+ uni.navigateTo({url:`/pagesPurchase/ghsProduct?id=${id}`, type: 2 })
|
|
|
+ //采购整体没有记忆功能,进入时将小菊记忆删除
|
|
|
+ uni.removeStorageSync("ghsXj"+id)
|
|
|
},
|
|
|
init() {
|
|
|
this.getGHSList()
|