修改
This commit is contained in:
parent
08e61a0df2
commit
a4f6f74e52
@ -453,7 +453,7 @@ export default {
|
||||
cancelButtonText: '取消',
|
||||
}).then(() => {
|
||||
var obj = { ...item }
|
||||
obj.releaseStatus = 'UNPUBLISHED'
|
||||
obj.releaseStatus = 'REVOKE'
|
||||
editReleaseStatus(obj).then(response => {
|
||||
this.$message({
|
||||
type: 'success',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user