no message
This commit is contained in:
parent
27a2124c0a
commit
ec460a55f5
2 changed files with 5 additions and 9 deletions
|
|
@ -225,8 +225,8 @@ async function fetchPathUpload(
|
|||
fileList: {
|
||||
fileName: type,
|
||||
metadata: {
|
||||
subject: performance.value,
|
||||
author: performanceOwner.value,
|
||||
subject: formCommand.subject,
|
||||
author: formCommand.author,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue