This commit is contained in:
yanran200730
2021-12-22 16:46:40 +08:00
parent 980b461d59
commit 242bc9a759

View File

@@ -235,7 +235,7 @@
remove(id) {
this.$confirm('确定删除该数据?').then(() => {
this.instance.post(`/app/appeveryvillagecode/delete?ids=${id}`).then(res => {
this.instance.post(`/app/appconvenientaddressbook/delete?ids=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')
this.getList()