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

View File

@@ -450,7 +450,7 @@ export default {
this.getTable()
this.$message.success('删除成功')
} else {
this.$message.error('删除失败')
this.$message.error('数据占用')
}
})
})

View File

@@ -729,7 +729,7 @@ export default {
this.$message.success('删除成功')
this.searchListinfor()
} else {
this.$message.error('删除失败')
this.$message.error('数据占用')
}
})
}).catch(() => {
@@ -752,7 +752,7 @@ export default {
this.$message.success('删除成功')
this.searchListDetailt()
} else {
this.$message.error('删除失败')
this.$message.error('数据占用')
}
})
}).catch(() => {