diff --git a/openai-portal/src/views/modelDev/components/notebook/notebookCreation.vue b/openai-portal/src/views/modelDev/components/notebook/notebookCreation.vue index 5a290757..8a09756d 100644 --- a/openai-portal/src/views/modelDev/components/notebook/notebookCreation.vue +++ b/openai-portal/src/views/modelDev/components/notebook/notebookCreation.vue @@ -56,7 +56,7 @@
- @@ -268,6 +268,9 @@ ]) }, methods: { + clearDataSetVersionOption() { + this.dataSetVersionOption = [] + }, getSpacePools() { let workspaceName = JSON.parse(sessionStorage.getItem('space')).workspaceName this.workspaces.forEach( diff --git a/openai-portal/src/views/trainingManager/components/createDialog/index.vue b/openai-portal/src/views/trainingManager/components/createDialog/index.vue index c6307133..d402fabf 100644 --- a/openai-portal/src/views/trainingManager/components/createDialog/index.vue +++ b/openai-portal/src/views/trainingManager/components/createDialog/index.vue @@ -58,7 +58,7 @@
- + @@ -356,6 +356,9 @@ } }, methods: { + clearDataSetVersionOption() { + this.dataSetVersionOption = [] + }, getSpacePools() { let workspaceName = JSON.parse(sessionStorage.getItem('space')).workspaceName this.workspaces.forEach( diff --git a/openai-portal/src/views/trainingManager/components/editDialog/index.vue b/openai-portal/src/views/trainingManager/components/editDialog/index.vue index 28aa7506..1d07e5ed 100644 --- a/openai-portal/src/views/trainingManager/components/editDialog/index.vue +++ b/openai-portal/src/views/trainingManager/components/editDialog/index.vue @@ -57,7 +57,7 @@
- + @@ -342,6 +342,9 @@ this.getSpacePools() }, methods: { + clearDataSetVersionOption() { + this.dataSetVersionOption = [] + }, getSpacePools() { let workspaceName = JSON.parse(sessionStorage.getItem('space')).workspaceName this.workspaces.forEach(