รายการแต่งตั้ง-เลื่อน-ย้าย จัดโค้ด + component

This commit is contained in:
setthawutttty 2023-09-19 18:04:54 +07:00
parent 1185971f99
commit 6961e719f0
5 changed files with 401 additions and 420 deletions

View file

@ -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"