no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-08 17:58:48 +07:00
parent 27a2124c0a
commit ec460a55f5
2 changed files with 5 additions and 9 deletions

View file

@ -225,8 +225,8 @@ async function fetchPathUpload(
fileList: {
fileName: type,
metadata: {
subject: performance.value,
author: performanceOwner.value,
subject: formCommand.subject,
author: formCommand.author,
},
},
};

View file

@ -33,10 +33,6 @@ const emit = defineEmits(["update:form"]);
const fileEvaluation1 = ref<any>();
const performance = ref<string>("");
const performanceOwner = ref<string>("");
const position = ref<string>("");
/** form จัดเตรียมเอกสารเล่ม 2*/
const formCommand = reactive<FormCommand>({
commanderFullname: "",
@ -92,9 +88,9 @@ async function fetchPathUpload(
fileList: {
fileName: type,
metadata: {
subject: performance.value,
author: performanceOwner.value,
position: position.value,
subject: formCommand.subject,
author: formCommand.author,
position: formCommand.assignedPosition,
},
},
};