แก้ 1 => 1.1
This commit is contained in:
parent
55c5542ef9
commit
8dadcb450a
1 changed files with 4 additions and 4 deletions
|
|
@ -47,11 +47,11 @@ const commandYear = ref<number>(new Date().getFullYear());
|
|||
const commandAffectDate = ref<Date | null>(null); //วันที่ลงนาม
|
||||
const commandExcecuteDate = ref<Date | null>(null); //วันที่คำสั่งมีผล
|
||||
|
||||
const group = ref<string>("GROUP1"); //กลุ่ม
|
||||
const group = ref<string>("GROUP1.1"); //กลุ่ม
|
||||
const isCheckOrgPublishDate = ref<boolean>(false); //เช็คค่าของวันที่คำสั่งมีผล
|
||||
const groupDataOp = ref<DataOption[]>([
|
||||
{
|
||||
id: "GROUP1",
|
||||
id: "GROUP1.1",
|
||||
name: "กลุ่มที่ 1.1 : ปฏิบัติงาน ชำนาญงาน ปฏิบัติการ ชำนาญการ",
|
||||
},
|
||||
{
|
||||
|
|
@ -163,7 +163,7 @@ function closeModal() {
|
|||
commandYear.value = new Date().getFullYear();
|
||||
commandAffectDate.value = null;
|
||||
commandExcecuteDate.value = null;
|
||||
group.value = "GROUP1";
|
||||
group.value = "GROUP1.1";
|
||||
isCheckOrgPublishDate.value = false;
|
||||
rows.value = [];
|
||||
selected.value = [];
|
||||
|
|
@ -235,7 +235,7 @@ watch(modal, async () => {
|
|||
if (isOfficer.value) {
|
||||
group.value = "GROUP1.2";
|
||||
groupDataOp.value = groupDataOp.value.filter(
|
||||
(item) => item.id !== "GROUP1"
|
||||
(item) => item.id !== "GROUP1.1"
|
||||
);
|
||||
}
|
||||
getPerson();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue