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
806e05eb
Commit
806e05eb
authored
May 10, 2021
by
Võ Quang Thành Đạt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
cfcebdba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
AddArtist.ts
src/pages/them-nghe-sy/AddArtist.ts
+6
-1
index.vue
src/pages/them-nghe-sy/index.vue
+1
-0
No files found.
src/pages/them-nghe-sy/AddArtist.ts
View file @
806e05eb
...
@@ -325,6 +325,10 @@ export default defineComponent({
...
@@ -325,6 +325,10 @@ export default defineComponent({
const
addStory
=
(
value
:
StoriesType
)
=>
{
const
addStory
=
(
value
:
StoriesType
)
=>
{
stories
.
value
.
push
(
value
);
stories
.
value
.
push
(
value
);
};
};
const
UpdateBirtday
=
(
value
:
string
)
=>
{
// console.log(value);
birthday
.
value
=
value
;
};
const
deleteStory
=
(
idx
:
number
)
=>
{
const
deleteStory
=
(
idx
:
number
)
=>
{
Dialog
.
create
({
Dialog
.
create
({
...
@@ -369,7 +373,7 @@ export default defineComponent({
...
@@ -369,7 +373,7 @@ export default defineComponent({
artistCode
:
artistCode
.
value
,
artistCode
:
artistCode
.
value
,
artistName
:
artistName
.
value
,
artistName
:
artistName
.
value
,
// eslint-disable-next-line @typescript-eslint/restrict-plus-operands
// eslint-disable-next-line @typescript-eslint/restrict-plus-operands
birthday
:
birthday
.
value
+
'00:00:00'
,
birthday
:
birthday
.
value
+
'
00:00:00'
,
sex
:
sex
.
value
,
sex
:
sex
.
value
,
address
:
address
.
value
,
address
:
address
.
value
,
phoneNumber
:
phoneNumber
.
value
,
phoneNumber
:
phoneNumber
.
value
,
...
@@ -508,6 +512,7 @@ export default defineComponent({
...
@@ -508,6 +512,7 @@ export default defineComponent({
isOpenAddStory
,
isOpenAddStory
,
addStory
,
addStory
,
deleteStory
,
deleteStory
,
UpdateBirtday
,
};
};
},
},
});
});
src/pages/them-nghe-sy/index.vue
View file @
806e05eb
...
@@ -60,6 +60,7 @@
...
@@ -60,6 +60,7 @@
:work-options=
"workOptions"
:work-options=
"workOptions"
@
SetAvatar=
"setAvatar($event)"
@
SetAvatar=
"setAvatar($event)"
@
deleteAvatar=
"deleteAvatar"
@
deleteAvatar=
"deleteAvatar"
@
UpdateBirtday=
"UpdateBirtday($event)"
></PersonalInformation>
></PersonalInformation>
</q-tab-panel>
</q-tab-panel>
<q-tab-panel
name=
"vabAccount"
>
<q-tab-panel
name=
"vabAccount"
>
...
...
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