This commit is contained in:
lixin
2018-12-04 14:07:45 +08:00
parent f417090116
commit fa3c525088
4 changed files with 6 additions and 6 deletions

View File

@@ -513,7 +513,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
dropExchangeList(this.exchangeListNumber, this.eTeamPartNumber).then(response => {
dropExchangeList(this.exchangeListNumber).then(response => {
if (response.data[0].result === '1') {
this.$message.success('删除成功')
this.dialogFormVisible = false