BUG 30065
This commit is contained in:
@@ -238,7 +238,7 @@ export default {
|
|||||||
return data.girdName.indexOf(value) !== -1;
|
return data.girdName.indexOf(value) !== -1;
|
||||||
},
|
},
|
||||||
deleteById(ids) {
|
deleteById(ids) {
|
||||||
ids && this.$confirm("删除网格后,会清除网格内网格员和责任家庭信息,如有下级网格,会同步删除下级网格所有数据!", {
|
ids && this.$confirm("删除网格后,会清除网格内网格员的责任家庭信息,如有下级网格,会同步删除下级网格所有数据!", {
|
||||||
type: "error",
|
type: "error",
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.instance.post("/app/appgirdinfo/delete", null, {params: {ids}}).then((res) => {
|
this.instance.post("/app/appgirdinfo/delete", null, {params: {ids}}).then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user