This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-21 16:35:28 +07:00
parent ee35a2e709
commit a9886869f7

View file

@ -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,