修改机构类别

This commit is contained in:
闫晓茹 2024-03-07 13:34:27 +08:00
parent 5c0d22c4c1
commit d188e634ae

View File

@ -310,9 +310,9 @@ export default {
form: {}, form: {},
// //
rules: { rules: {
// parentCategoryId: [ categoryName: [
// { required: true, message: "id", trigger: "blur" }, { required: true, message: "类别名称不能为空", trigger: "blur" },
// ], ],
}, },
}; };
}, },
@ -409,6 +409,7 @@ export default {
this.open = false; this.open = false;
++this.isResouceShow; ++this.isResouceShow;
this.getList(); this.getList();
this.gettreelistitem()
}); });
} else { } else {
addAgencyCategory(this.form).then((response) => { addAgencyCategory(this.form).then((response) => {
@ -416,6 +417,7 @@ export default {
this.open = false; this.open = false;
++this.isResouceShow; ++this.isResouceShow;
this.getList(); this.getList();
this.gettreelistitem()
}); });
} }
} }