修改版本号

This commit is contained in:
limengnan 2026-03-19 14:05:04 +08:00
parent 176c767137
commit 21fd1572e7

View File

@ -389,12 +389,15 @@ function confirmsClick(){
taskId: info.value.taskId,
versionTag: textarea.value,
}
trainPublish(data).then((res) => {
trainPublish(data).then((res:any) => {
if(res.code == '0'){
gettableData();
ElMessage({
type: "success",
message: "发布成功",
});
}
})
modelVisible.value=false
}