在职党员社区报到
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user