update

parent d206d280
......@@ -688,7 +688,7 @@ export default defineComponent({
);
//gọi api lĩnh vực
const getFieldOptions = async () => {
const getClassificationOptions = async () => {
const response = (await api({
url: API_PATHS.getClassificationOptions,
method: 'GET',
......@@ -840,11 +840,11 @@ export default defineComponent({
};
onMounted(() => {
void getFieldOptions();
void getClassificationOptions();
});
return {
getFieldOptions,
getClassificationOptions,
getArtistDicitionaryOptions,
addArtistDialogIsOpened,
codeRules,
......
......@@ -40,7 +40,7 @@
:columns="userTableColumns"
row-key="userName"
virtual-scroll
separator="cell"
separator="cell"
:rows-per-page-label="$t('recordPerPage')"
:pagination="{
rowsPerPage: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment