ปรับ code ส่งไปบรรจุ

This commit is contained in:
Warunee Tamkoo 2024-09-25 10:30:29 +07:00
parent c93471c563
commit f7844e76c8

View file

@ -4,8 +4,6 @@ import { useQuasar } from "quasar";
import avatar from "@/assets/avatar_user.jpg";
import { useCounterMixin } from "@/stores/mixin";
import { useTransferDataStore } from "@/modules/05_placement/store";
import { useCommandMainStore } from "@/modules/18_command/store/Main";
// import http from "@/plugins/http";
// import config from "@/app.config";
@ -379,7 +377,7 @@ watch(
<DialogCreateCommand
v-model:modal="modalCommand"
:command-type-code="'C-PM-13'"
:command-type-code="'C-PM-01'"
:persons-id="selected.map((r) => r.id)"
/>
</template>