医学审核页面时间查询条件重置修复
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-06-05 16:11:05 +08:00
parent 4bd286ca45
commit 23172eeed3
1 changed files with 3 additions and 1 deletions

View File

@ -644,7 +644,8 @@ export default {
signText: '',
signCode: null,
currentUser: zzSessionStorage.getItem('userName'),
signVisible: false
signVisible: false,
timeList: []
}
},
watch: {
@ -824,6 +825,7 @@ export default {
this.getList()
},
handleReset() {
this.timeList = []
this.searchData = searchDataDefault()
this.getList()
},