diff --git a/project/xumu/AppEarTag/etList.vue b/project/xumu/AppEarTag/etList.vue index 4468698b..7c58dd23 100644 --- a/project/xumu/AppEarTag/etList.vue +++ b/project/xumu/AppEarTag/etList.vue @@ -51,7 +51,7 @@ export default { }, handleDelete(id) { this.$confirm("确定删除该条数据?").then(() => { - this.instance.delete("/api/breed/earTag/del", null, {params: {id}}).then(res => { + this.instance.post("/api/breed/earTag/del", null, {params: {id}}).then(res => { if (res?.code == '0' && res?.data != 1) { this.$message.success("删除成功") this.getTableData()