[商品权证分页及刷新处理]

This commit is contained in:
2021-10-26 17:14:33 +08:00
parent 6860a9e43c
commit 43813f1f50
3 changed files with 33 additions and 4 deletions

View File

@@ -387,6 +387,7 @@
let submitFund = this.$Route.query.type === 'edit' ? managesGoodsPut(this.$Route.query.id, submitData) : managesGoodsCreate(submitData)
submitFund.then(res => {
uni.setStorageSync('refresh',true)
if(this.type === 2){
uni.showModal({
title : '提示',
@@ -416,6 +417,7 @@
}
}
})
}).catch(err => {
uni.showToast({
title: err.message,