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

@@ -226,7 +226,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/peopleLendHistory/list` })
}
})
})
@@ -234,7 +234,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/peopleLendHistory/list` })
}
})
})

View File

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