บรรจุ แต่งตั้ง ย้าย โอน ==> ปรับ โครงสร้าง
This commit is contained in:
parent
d659b0930d
commit
d9af8f5514
5 changed files with 60 additions and 1211 deletions
|
|
@ -11,7 +11,6 @@ import config from "@/app.config";
|
|||
import { useRouter } from "vue-router";
|
||||
|
||||
import DialogHeader from "@/modules/05_placement/components/Receive/DialogHeader.vue";
|
||||
// import DialogOrgTree from "@/modules/05_placement/components/Receive/receiveModal.vue";
|
||||
|
||||
import type { QTableProps } from "quasar";
|
||||
import type {
|
||||
|
|
@ -189,7 +188,7 @@ const SaveData = async () => {
|
|||
const fecthlistRecevice = async () => {
|
||||
showLoader();
|
||||
await http
|
||||
.get(config.API.receiveData()+`?keyword=`)
|
||||
.get(config.API.receiveData() + `?keyword=`)
|
||||
.then((res: any) => {
|
||||
const response = res.data.result;
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue