修改bug

This commit is contained in:
A1300399510
2023-08-02 11:40:14 +08:00
parent 378d6da880
commit 8d87f67b99
2 changed files with 7 additions and 6 deletions

View File

@@ -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();