任务时间选择

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

@@ -291,6 +291,9 @@ function reset() {
selectsData.value = [];
params.value.pageNo = 1
params.value.keyWord = ''
params.value.createName = ''
params.value.manager = ''
params.value.name = ''
fetch()
}