|
|
@@ -188,8 +188,6 @@ export default {
|
|
|
// 删除选中记录
|
|
|
removeDraft({ ids: idList.join(',') }).then((res) => {
|
|
|
if (res.state === 103) {
|
|
|
- // this.selection = []
|
|
|
- // this.search()
|
|
|
this.$message.warning(res.message)
|
|
|
} else {
|
|
|
ActionUtils.removeSuccessMessage()
|
|
|
@@ -207,10 +205,8 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
- .catch((res) => {
|
|
|
- this.selection = []
|
|
|
+ .catch(() => {
|
|
|
this.$message.error('获取数据表key值出错,请联系开发人员!')
|
|
|
- // this.search()
|
|
|
})
|
|
|
})
|
|
|
}
|