Fix(我的/收藏):[#1622]未选择任何项目点击“删除”,仍会弹出是否确认删除对话框

This commit is contained in:
lifizer
2024-05-23 16:33:53 +08:00
parent dbdb902e6b
commit f7dcdc22f1
+1 -1
View File
@@ -251,7 +251,7 @@ export default {
remove() {
const _this = this
const ids = []
switch (that.tabsIndex) {
switch (_this.tabsIndex) {
case 0:
_this.productList.forEach(item => {
if (item['state']) ids.push(item.id)