cancel multiselect

This commit is contained in:
chenjianan
2019-06-02 10:54:44 +08:00
parent 74bb9baa49
commit a4d0669550

View File

@@ -577,7 +577,7 @@ export default {
selectIntoList(basePartGroup, null, this.pickingListNum).then(response => {
if (response.data[0].result === '1') {
this.$message.success('操作成功')
this.multipleSelection = []
this.searchTable()
this.clickList()
} else { this.$message.error('操作失败') }
})
@@ -585,7 +585,7 @@ export default {
selectIntoList(null, purchasePartGroup, this.pickingListNum).then(response => {
if (response.data[0].result === '1') {
this.$message.success('操作成功')
this.multipleSelection = []
this.searchTable()
this.clickList()
} else { this.$message.error('操作失败') }
})