修改bug
This commit is contained in:
@@ -301,6 +301,7 @@ const handleDelete = (index, status) => {
|
||||
if (status == 0) stat.value['draft']--
|
||||
else if (status == 1) stat.value['listing']--
|
||||
else stat.value['offshelf']--
|
||||
count.value['publish'] --
|
||||
publishData.value['list'].splice(index, 1)
|
||||
nextTick(() => {
|
||||
masonryInstancepublish.reloadItems();
|
||||
|
||||
Reference in New Issue
Block a user