网格管理新增需求
This commit is contained in:
@@ -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('删除成功!')
|
||||
|
||||
Reference in New Issue
Block a user