This commit is contained in:
+2
-1
@@ -607,7 +607,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let params = null
|
let params = null
|
||||||
if (this.addOrEdit.type === 'edit') {
|
if (this.addOrEdit.type === 'edit' || this.QuestionsForm.RowId) {
|
||||||
|
this.addOrEdit.type = 'edit'
|
||||||
params = {
|
params = {
|
||||||
questionId: this.question.Id,
|
questionId: this.question.Id,
|
||||||
RowIndex: parseInt(this.QuestionsForm.RowIndex),
|
RowIndex: parseInt(this.QuestionsForm.RowIndex),
|
||||||
|
|||||||
Reference in New Issue
Block a user