fix:解决冲突

This commit is contained in:
zhangyu
2022-03-23 15:20:58 +08:00
parent 261b3369d9
commit 5ab9c33ddd

View File

@@ -296,7 +296,6 @@ export default {
} else {
url = this.url
}
this.$delete(url + '?ids=' + row.id + '&state=' + this.state).then(response => {
this.$delete(url + '?ids=' + row.id + '&state=' + row.state).then(response => {
if (response.code === 200) {
self.delFlag = true