update

parent d206d280
...@@ -688,7 +688,7 @@ export default defineComponent({ ...@@ -688,7 +688,7 @@ export default defineComponent({
); );
//gọi api lĩnh vực //gọi api lĩnh vực
const getFieldOptions = async () => { const getClassificationOptions = async () => {
const response = (await api({ const response = (await api({
url: API_PATHS.getClassificationOptions, url: API_PATHS.getClassificationOptions,
method: 'GET', method: 'GET',
...@@ -840,11 +840,11 @@ export default defineComponent({ ...@@ -840,11 +840,11 @@ export default defineComponent({
}; };
onMounted(() => { onMounted(() => {
void getFieldOptions(); void getClassificationOptions();
}); });
return { return {
getFieldOptions, getClassificationOptions,
getArtistDicitionaryOptions, getArtistDicitionaryOptions,
addArtistDialogIsOpened, addArtistDialogIsOpened,
codeRules, codeRules,
......
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