|
@@ -773,7 +773,7 @@ export default {
|
|
|
if (!Array.isArray(this.tableFormData)) {
|
|
|
this.tableFormData = []
|
|
|
}
|
|
|
- this.tableFormData.unshift(this.getEmptyRow(val, flag,relationFlag))
|
|
|
+ this.tableFormData.push(this.getEmptyRow(val, flag,relationFlag))
|
|
|
if (!createFlag){
|
|
|
this.clearAddRowFlag(index)
|
|
|
}
|