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