修改机构类别
This commit is contained in:
parent
5c0d22c4c1
commit
d188e634ae
@ -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()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user