This commit is contained in:
2025-12-15 16:37:56 +08:00
parent e61afe5c69
commit 50b4501b7a
3 changed files with 8 additions and 6 deletions

View File

@ -203,6 +203,8 @@ const open = async (sdk, options = {}, _Dialog = {}, func) => {
trList[i].querySelector("input[name='time']").value = time
}
trList[trList.length - 1].querySelector("input[name='time']").value = 0
totalTimeElm.value = 0//点击应用后默认时间清零
}
})
totalTimeElm.addEventListener('blur', () => {