|
|
@@ -4562,7 +4562,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
handleSelectProductMetail(row, rowIndex, $event, scope) {
|
|
|
-
|
|
|
if ($event) {
|
|
|
|
|
|
const arr = $event.tag.split("_");
|
|
|
@@ -4631,8 +4630,12 @@ export default {
|
|
|
this.$nextTick(()=>{
|
|
|
this.tableData.splice(rowIndex, 1, obj);
|
|
|
})
|
|
|
+<<<<<<< HEAD
|
|
|
|
|
|
// this.handleTableAdd();
|
|
|
+=======
|
|
|
+ this.handleTableAdd();
|
|
|
+>>>>>>> dd611122695ec252473efba7dca3ccccf9dabde0
|
|
|
if (arr[1] === "1") {
|
|
|
this.changeEditTableData(obj, rowIndex, $event, scope);
|
|
|
} else {
|