opt: 任务。任务配置

This commit is contained in:
2023-12-28 18:59:46 +08:00
parent c10bee03c9
commit bf5696c15f
20 changed files with 145 additions and 70 deletions

View File

@@ -144,6 +144,10 @@ export default {
toDeleteLog() {
luceneOperation.deleteAllLog().then(res => {
this.crud.notify('删除成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()
}).finally(() => {
this.crud.notify('删除成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
this.crud.toQuery()
})
},
getTagList() {