This commit is contained in:
yanran200730
2023-01-10 15:03:49 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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()

View File

@@ -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()