|
@@ -215,9 +215,9 @@ export default {
|
|
|
title: '提示',
|
|
title: '提示',
|
|
|
content: '确认清空?',
|
|
content: '确认清空?',
|
|
|
success: function (res) {
|
|
success: function (res) {
|
|
|
- if (res.confirm) {
|
|
|
|
|
- self.itemList = []
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ if (res.confirm) {
|
|
|
|
|
+ self.itemList = []
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
@@ -251,7 +251,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
},
|
|
},
|
|
|
kdSelectItem(item){
|
|
kdSelectItem(item){
|
|
|
let obj = this.itemList.find(i=>i.id===item.id)
|
|
let obj = this.itemList.find(i=>i.id===item.id)
|