工作中心看板视图动态添加标签页并可初步进行点击晒选

This commit is contained in:
mgw
2023-08-07 10:50:44 +08:00
parent de32f5db78
commit 4f893929ca
2 changed files with 4 additions and 19 deletions

View File

@@ -36,6 +36,7 @@ class CustomKanbanController extends KanbanController {
kwargs: {}
}).then((response) => {
console.log('response', response);
location.reload();
});
});