|
|
@@ -192,6 +192,7 @@ async function handleSubmit() {
|
|
|
const submitData: ScopeModify = {
|
|
|
adapter_type: formData.value.adapter_type,
|
|
|
owner_type: "EMPLOYEE",
|
|
|
+ enterprise_id: getEnterpriseId() || "",
|
|
|
};
|
|
|
|
|
|
if (formData.value.adapter_type === "EMPLOYEE_SELECT" && selectedEmployeeIds.value.length > 0) {
|