修改
This commit is contained in:
@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user