fix: H5功能测试问题大整改。

This commit is contained in:
tianyongbao
2024-07-19 14:36:01 +08:00
parent 6cff60c160
commit 7bc9c4acd5
56 changed files with 81 additions and 19 deletions

View File

@@ -250,7 +250,7 @@ onLoad((option) => {
updateInstallmentHistory(form.value).then(res => {
proxy.$refs['uToast'].show({
message: '修改成功', complete() {
uni.navigateTo({ url: `/pages/work/bill/onlineLendHistory/list` })
uni.navigateTo({ url: `/pages/work/bill/creditInstallmentHistory/list` })
}
})
})
@@ -258,7 +258,7 @@ onLoad((option) => {
addInstallmentHistory(form.value).then(res => {
proxy.$refs['uToast'].show({
message: '新增成功', complete() {
uni.navigateTo({ url: `/pages/work/bill/onlineLendHistory/list` })
uni.navigateTo({ url: `/pages/work/bill/creditInstallmentHistory/list` })
}
})
})

View File

@@ -95,6 +95,7 @@ onLoad((option) => {
onShow(() => {
if (isShow.value) {
listData.value=[]
getList()
isShow.value = false
}

View File

@@ -148,6 +148,7 @@ onLoad(() => {
onShow(() => {
if (isShow.value) {
listData.value=[]
getList()
isShow.value = false
}