表格问题中有标记时,在添加表格记录时,添加一次保存了2条记录
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
afeb6d9a02
commit
ff31b54120
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue