Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-questionnaire
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a233459f
authored
Jun 29, 2022
by
Lays-lzq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复字段名称错误问题
parent
2c51c2ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
components/Questionnaire/QuestionForm.vue
+1
-1
No files found.
components/Questionnaire/QuestionForm.vue
View file @
a233459f
...
...
@@ -107,7 +107,7 @@ export default {
this
.
submitAnswer
({
id
:
this
.
$route
.
params
.
id
,
config
:
JSON
.
stringify
(
this
.
formData
),
sourc
e
:
this
.
$route
.
query
.
type
,
typ
e
:
this
.
$route
.
query
.
type
,
sourceId
:
this
.
$route
.
query
.
sourceId
,
})
})
...
...
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