[fix]Bug 55076 发布版本--应提示具体的版本信息
This commit is contained in:
@@ -227,9 +227,9 @@ export default {
|
||||
releaseVersion() {
|
||||
getAction('params/paramsInfo/publish', { paramsTemplateId: this.$route.query.id }).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
this.$message.success(res.result)
|
||||
} else {
|
||||
this.$message.warning(res.message)
|
||||
this.$message.warning(res.result)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user