在职党员社区报到

This commit is contained in:
liuye
2022-10-19 17:04:26 +08:00
parent bf31cb10da
commit 3e5acf655e
3 changed files with 46 additions and 48 deletions

View File

@@ -177,15 +177,13 @@ export default {
delete e.children;
return { ...e, checked: true };
});
this.instance
.post("/app/apppartyreportconfig/addOrUpdate", arr)
.then((res) => {
if (res?.code == 0) {
this.$message.success("修改成功");
this.searchSysAll();
this.editDialog = false;
}
});
this.instance.post("/app/apppartyreportconfig/addOrUpdate", arr).then((res) => {
if (res?.code == 0) {
this.$message.success("修改成功");
this.searchSysAll();
this.editDialog = false;
}
});
},
findParent(data, ops) {
ops = {
@@ -251,12 +249,12 @@ export default {
header {
width: 100%;
height: 32px;
background: rgba(255, 243, 232, 1);
border-radius: 4px;
border: 1px solid rgba(255, 136, 34, 1);
padding: 8px;
box-sizing: border-box;
overflow: hidden;
.iconfont.iconModal_Warning {
color: #ff8822;