任务时间选择

This commit is contained in:
zhangyc
2023-02-23 17:05:22 +08:00
parent 0ea4f6c35d
commit 9f6e0a9710
9 changed files with 26 additions and 18 deletions

View File

@@ -175,6 +175,7 @@ function reset() {
selectsData.value = [];
params.value.pageIndex = 1
params.value.keyWord = ''
params.value.authorName = ''
fetch()
}