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