Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
ls_gramophone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
ls_gramophone
Commits
ab4078fe
Commit
ab4078fe
authored
May 31, 2022
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复问题
parent
46f36230
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10055 additions
and
4 deletions
+10055
-4
angular.json
form/angular.json
+5
-2
form.component.ts
form/src/app/form/form.component.ts
+2
-2
yarn.lock
form/yarn.lock
+10048
-0
No files found.
form/angular.json
View file @
ab4078fe
...
@@ -128,5 +128,8 @@
...
@@ -128,5 +128,8 @@
}
}
}
}
},
},
"defaultProject"
:
"ng-template-generator"
"defaultProject"
:
"ng-template-generator"
,
}
"cli"
:
{
"analytics"
:
"9a4a6e28-7879-40b8-b4c2-7bcb81ad432b"
}
}
\ No newline at end of file
form/src/app/form/form.component.ts
View file @
ab4078fe
...
@@ -62,8 +62,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
...
@@ -62,8 +62,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this
.
save
();
this
.
save
();
}
}
if
(
!
this
.
item
.
exercisesArr
)
{
if
(
!
this
.
item
.
sentences
)
{
this
.
item
.
exercisesArr
=
[];
this
.
item
.
sentences
=
[];
this
.
save
();
this
.
save
();
}
}
}
}
...
...
form/yarn.lock
0 → 100644
View file @
ab4078fe
This diff is collapsed.
Click to expand it.
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