修改机构类别
This commit is contained in:
parent
5c0d22c4c1
commit
d188e634ae
@ -310,9 +310,9 @@ export default {
|
||||
form: {},
|
||||
// 表单校验
|
||||
rules: {
|
||||
// parentCategoryId: [
|
||||
// { required: true, message: "父级类别id不能为空", trigger: "blur" },
|
||||
// ],
|
||||
categoryName: [
|
||||
{ required: true, message: "类别名称不能为空", trigger: "blur" },
|
||||
],
|
||||
},
|
||||
};
|
||||
},
|
||||
@ -409,6 +409,7 @@ export default {
|
||||
this.open = false;
|
||||
++this.isResouceShow;
|
||||
this.getList();
|
||||
this.gettreelistitem()
|
||||
});
|
||||
} else {
|
||||
addAgencyCategory(this.form).then((response) => {
|
||||
@ -416,6 +417,7 @@ export default {
|
||||
this.open = false;
|
||||
++this.isResouceShow;
|
||||
this.getList();
|
||||
this.gettreelistitem()
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user