API ลบรายการประเมิน
This commit is contained in:
parent
86ae8fa847
commit
2910994f15
3 changed files with 55 additions and 2 deletions
|
|
@ -320,7 +320,12 @@ watch(
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<DialogMain :modal="modal" :menu="menu" :close="onclickAddEvaluate" />
|
||||
<DialogMain
|
||||
:modal="modal"
|
||||
:menu="menu"
|
||||
:close="onclickAddEvaluate"
|
||||
:fetchData="fetchEvaluteList"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue