宣教库-复制
This commit is contained in:
parent
d1c29be48d
commit
bfc1dddc00
@ -824,6 +824,8 @@ export default {
|
|||||||
message: "复制成功"
|
message: "复制成功"
|
||||||
});
|
});
|
||||||
this.getList()
|
this.getList()
|
||||||
|
this.$refs.DepartmentList.Departmentlist()
|
||||||
|
|
||||||
});
|
});
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.$message({
|
this.$message({
|
||||||
|
|||||||
@ -948,7 +948,7 @@ export default {
|
|||||||
this.$modal.msgSuccess("复制成功");
|
this.$modal.msgSuccess("复制成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
this.getlistcount()
|
this.$refs.DepartmentList.Departmentlist()
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 提交
|
// 提交
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user