แก้บัค insignia
This commit is contained in:
parent
82fc9de64b
commit
d33cdc363b
3 changed files with 40 additions and 40 deletions
|
|
@ -304,7 +304,7 @@ const mixin = useCounterMixin();
|
|||
const { success, dateText, messageError, showLoader, hideLoader } = mixin;
|
||||
const store = useManageDataStore();
|
||||
const { manageData, changeManageColumns, getInsignia, dataInsignia } = store;
|
||||
const rows = ref<RequestItemsHistoryObject[]>(dataInsignia); //list data table
|
||||
const rows = ref<RequestItemsHistoryObject[]>(); //list data table
|
||||
const rowsHistory = ref<RequestItemsHistoryObject[]>([]); //select data history
|
||||
const rawHistory = ref<RequestItemsHistoryObject[]>([]); //raw data history
|
||||
const tittleHistory = ref<string>("ประวัติแก้ไขชื่อเครื่องราชฯ"); //
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ const { success, dateText, messageError, showLoader, hideLoader } = mixin;
|
|||
const store = useManageDataStore();
|
||||
const { manageData, changeManageColumns, getInsigniaType, dataInsigniaType } =
|
||||
store;
|
||||
const rows = ref<RequestItemsHistoryObject[]>(dataInsigniaType); //list data table
|
||||
const rows = ref<RequestItemsHistoryObject[]>(); //list data table
|
||||
const rowsHistory = ref<RequestItemsHistoryObject[]>([]); //select data history
|
||||
const rawHistory = ref<RequestItemsHistoryObject[]>([]); //raw data history
|
||||
const tittleHistory = ref<string>("ประวัติแก้ไขลำดับชั้นเครื่องราชฯ"); //
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue