修改版本号
This commit is contained in:
parent
176c767137
commit
21fd1572e7
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user