网格管理新增需求

This commit is contained in:
liuye
2022-02-16 15:33:13 +08:00
parent 5ba54b48a8
commit 16d7d9e0d6
2 changed files with 7 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ export default {
},
del() {
this.$confirm(`是否删除该网格?`).then(() => {
this.$confirm('删除网格后,会清除网格内网格员和责任家庭信息,如有下级网格,会同步删除下级网格所有数据', `您确认要删除该网格?`).then(() => {
this.$http.post(`/app/appgirdinfo/delete?ids=${this.form.id}`).then((res) => {
if (res.code == 0) {
this.$u.toast('删除成功!')