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

@@ -152,7 +152,7 @@ onLoad((option) => {
proxy.$refs['createTimeRef'].innerValue = new Date().getTime()
}
function datePickConfirm(e) {
form.value.createTime = dayjs(e.value).format("YYYY-MM-DD")
form.value.billDate = dayjs(e.value).format("YYYY-MM-DD")
datePickShow.value = false
}
function submit() {

View File

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

View File

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