BUG 30066
This commit is contained in:
@@ -243,7 +243,7 @@ export default {
|
|||||||
},
|
},
|
||||||
deleteById(ids) {
|
deleteById(ids) {
|
||||||
ids &&
|
ids &&
|
||||||
this.$confirm("删除网格后,会清除网格内网格员和责任家庭信息,如有下级网格,会同步删除下级网格所有数据!", {
|
this.$confirm("删除网格后,会清除网格内网格员的责任家庭信息,如有下级网格,会同步删除下级网格所有数据!", {
|
||||||
type: "error",
|
type: "error",
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user