- ปรับรับข้อมูลหน่วยงานในสังกัด
- เพิ่มประเภททุน
This commit is contained in:
parent
e6a2d99fb2
commit
22c8091dce
4 changed files with 90 additions and 81 deletions
|
|
@ -180,6 +180,7 @@ function getDataEdit() {
|
|||
formMain.type = data.posTypeName ? data.posTypeName : null;
|
||||
formMain.level = data.posLevelName ? data.posLevelName : null;
|
||||
formMain.positionSide = data.posExecutive ? data.posExecutive : null;
|
||||
formMain.oc = data.org ? data.org : null;
|
||||
|
||||
formMainProject.id = data.developmentId;
|
||||
formMainProject.project = data.projectName;
|
||||
|
|
@ -210,6 +211,7 @@ onMounted(() => {
|
|||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="toptitle text-dark">
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue