Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quasar-web-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
quasar-web-base
Commits
31f5eaea
Commit
31f5eaea
authored
Nov 28, 2022
by
Nguyễn Đức Thắng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
d206d280
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
...components/units-manager/add-update-unit-dialog/index.vue
+3
-3
index.vue
src/pages/nguoi-dung/index.vue
+1
-1
No files found.
src/components/units-manager/add-update-unit-dialog/index.vue
View file @
31f5eaea
...
@@ -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
get
Field
Options
=
async
()
=>
{
const
get
Classification
Options
=
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
get
Field
Options
();
void
get
Classification
Options
();
});
});
return
{
return
{
get
Field
Options
,
get
Classification
Options
,
getArtistDicitionaryOptions
,
getArtistDicitionaryOptions
,
addArtistDialogIsOpened
,
addArtistDialogIsOpened
,
codeRules
,
codeRules
,
...
...
src/pages/nguoi-dung/index.vue
View file @
31f5eaea
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
:columns=
"userTableColumns"
:columns=
"userTableColumns"
row-key=
"userName"
row-key=
"userName"
virtual-scroll
virtual-scroll
separator=
"cell"
separator=
"cell"
:rows-per-page-label=
"$t('recordPerPage')"
:rows-per-page-label=
"$t('recordPerPage')"
:pagination=
"
{
:pagination=
"
{
rowsPerPage: 0,
rowsPerPage: 0,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment