fix:解决冲突
This commit is contained in:
@@ -296,7 +296,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
url = this.url
|
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 => {
|
this.$delete(url + '?ids=' + row.id + '&state=' + row.state).then(response => {
|
||||||
if (response.code === 200) {
|
if (response.code === 200) {
|
||||||
self.delFlag = true
|
self.delFlag = true
|
||||||
|
|||||||
Reference in New Issue
Block a user