diff --git a/ymir/web/src/pages/task/label/index.js b/ymir/web/src/pages/task/label/index.js index 7199919944..41cb1353f6 100644 --- a/ymir/web/src/pages/task/label/index.js +++ b/ymir/web/src/pages/task/label/index.js @@ -180,7 +180,7 @@ function Label({ datasets, keywords, ...func }) { @@ -216,6 +216,12 @@ const dis = (dispatch) => { clearCache() { return dispatch({ type: "dataset/clearCache", }) }, + getKeywords(payload) { + return dispatch({ + type: 'keyword/getKeywords', + payload, + }) + }, updateIteration(params) { return dispatch({ type: 'iteration/updateIteration',