fix
This commit is contained in:
parent
ee35a2e709
commit
a9886869f7
1 changed files with 0 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ import type { DataPosition } from "@/modules/04_registryPerson/interface/respons
|
|||
|
||||
/** importComponents*/
|
||||
import DialogHeader from "@/components/DialogHeader.vue";
|
||||
import { co } from "@fullcalendar/core/internal-common";
|
||||
|
||||
/** use*/
|
||||
const $q = useQuasar();
|
||||
|
|
@ -55,7 +54,6 @@ function onSubmit() {
|
|||
dialogConfirm($q, async () => {
|
||||
showLoader();
|
||||
const body = rowsData.value.map((e: any) => e.id);
|
||||
console.log("body", body);
|
||||
await http
|
||||
.put(config.API.salaryTemp + `/change/sort/${profileId.value}`, {
|
||||
id: body,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue