รายการแต่งตั้ง-เลื่อน-ย้าย จัดโค้ด + component
This commit is contained in:
parent
1185971f99
commit
6961e719f0
5 changed files with 401 additions and 420 deletions
|
|
@ -27,7 +27,6 @@ const rows2 = ref<any>([]);
|
|||
const filterKeyword = ref<string>("");
|
||||
const filterKeyword2 = ref<string>("");
|
||||
const filterRef = ref<any>(null);
|
||||
const selected = ref([]);
|
||||
|
||||
const pagination = ref({
|
||||
sortBy: "createdAt",
|
||||
|
|
@ -193,7 +192,6 @@ const popup = () => {
|
|||
filterKeyword2.value = "";
|
||||
fecthTypeOption();
|
||||
type.value = "";
|
||||
selected.value = [];
|
||||
};
|
||||
|
||||
//----(ปิด modal)------//
|
||||
|
|
@ -336,7 +334,6 @@ onMounted(() => {
|
|||
:clickClose="clickClose"
|
||||
:optionsType="optionsType"
|
||||
:rows2="rows2"
|
||||
:selected="selected"
|
||||
v-model:filterKeyword2="filterKeyword2"
|
||||
v-model:type="type"
|
||||
:fecthlistOthet="fecthlistOthet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue