Merge branch 'develop' into devTee
This commit is contained in:
commit
46ea3a082c
3 changed files with 3 additions and 12 deletions
|
|
@ -4,9 +4,6 @@ import { useQuasar } from "quasar";
|
|||
|
||||
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";
|
||||
|
||||
import type { QTableProps } from "quasar";
|
||||
import type { ResponseData } from "@/modules/05_placement/interface/response/Transfer";
|
||||
|
|
@ -20,9 +17,7 @@ const { statusText } = useTransferDataStore();
|
|||
const { dialogConfirm, date2Thai } = mixin;
|
||||
|
||||
const modal = defineModel<boolean>("modal", { required: true });
|
||||
/**
|
||||
* props
|
||||
*/
|
||||
/** props */
|
||||
const props = defineProps({
|
||||
closeModal: Function,
|
||||
fetchData: Function,
|
||||
|
|
@ -125,11 +120,6 @@ function saveOrder() {
|
|||
dialogConfirm(
|
||||
$q,
|
||||
async () => {
|
||||
const id = selected.value.map((r) => r.id);
|
||||
const body = {
|
||||
id,
|
||||
};
|
||||
|
||||
modalCommand.value = true;
|
||||
modal.value = false;
|
||||
},
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ async function fecthlistInsignia() {
|
|||
insigniaId: "",
|
||||
};
|
||||
await http
|
||||
.post(config.API.noteSearch(), data)
|
||||
.post(config.API.noteSearchList(), data)
|
||||
.then((res) => {
|
||||
listPerson.value = res.data.result;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue