Fix(我的/收藏):[#1622]未选择任何项目点击“删除”,仍会弹出是否确认删除对话框
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user