API ค้นหาคนครอง
This commit is contained in:
parent
6135443d05
commit
9efa8b890d
5 changed files with 2 additions and 6 deletions
|
|
@ -84,10 +84,8 @@ const isDisable = computed(() => {
|
|||
|
||||
function onClickMovePos() {
|
||||
if (selectedTree.value === "" || selectedTree.value === null) {
|
||||
console.log("เลือกหน่วยงาน");
|
||||
dialogMessageNotify($q, "กรุณาเลือกหน่วยงานที่จะย้ายไป");
|
||||
} else if (selectedFilter.value.length === 0) {
|
||||
console.log("เลือกตำแห่นง");
|
||||
dialogMessageNotify($q, "กรุณาเลือกตำแห่นงที่จะย้าย");
|
||||
} else {
|
||||
dialogConfirm(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue