修改虚拟清单的发布撤回的传参
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
withdraw(val) {
|
||||
let item = {}
|
||||
let content = ''
|
||||
if (item.state == 2) {
|
||||
if (val.state == 2) {
|
||||
content = this.$t('confirmRelease')
|
||||
item.state = 1
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user