签报弹框
This commit is contained in:
@ -742,12 +742,14 @@
|
||||
};
|
||||
const handleOrgCreate = () => {
|
||||
openOrgModal(true, {
|
||||
orgs: orgDatasource.value
|
||||
orgs: orgDatasource.value,
|
||||
pageType: !unref(isUpdate) ? 'add' : 'edit'
|
||||
});
|
||||
};
|
||||
const handleDeptCreate = () => {
|
||||
openDeptModal(true, {
|
||||
orgs: deptDatasource.value
|
||||
orgs: deptDatasource.value,
|
||||
pageType: !unref(isUpdate) ? 'add' : 'edit'
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user