修改虚拟清单的发布撤回的传参

This commit is contained in:
qq787203167
2022-04-22 16:48:05 +08:00
parent 79458d183b
commit 04b6d91182
@@ -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 {