残疾人+吸毒删除
This commit is contained in:
		| @@ -134,7 +134,7 @@ export default { | ||||
|  | ||||
|     remove(id) { | ||||
|       this.$confirm('确定删除该数据?').then(() => { | ||||
|         this.instance.post(`/app/appspecialadjustment/delete?ids=${id}`).then(res => { | ||||
|         this.instance.post(`/app/appspecialdisabled/delete?ids=${id}`).then(res => { | ||||
|           if (res.code == 0) { | ||||
|             this.$message.success('删除成功!') | ||||
|             this.getList() | ||||
|   | ||||
| @@ -133,7 +133,7 @@ export default { | ||||
|  | ||||
|     remove(id) { | ||||
|       this.$confirm('确定删除该数据?').then(() => { | ||||
|         this.instance.post(`/app/appspecialprison/delete?ids=${id}`).then(res => { | ||||
|         this.instance.post(`/app/appspecialdrug/delete?ids=${id}`).then(res => { | ||||
|           if (res.code == 0) { | ||||
|             this.$message.success('删除成功!') | ||||
|             this.getList() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user