|
@@ -2494,7 +2494,8 @@ export default {
|
|
// 删除指定下标
|
|
// 删除指定下标
|
|
this.basicForm.puDemandItemList.splice(
|
|
this.basicForm.puDemandItemList.splice(
|
|
index,
|
|
index,
|
|
- this.basicForm.puDemandItemList.length - index,
|
|
|
|
|
|
+ newLine.length,
|
|
|
|
+ // this.basicForm.puDemandItemList.length - index,
|
|
...newLine
|
|
...newLine
|
|
);
|
|
);
|
|
this.$modal.notifySuccess("共粘贴" + rowList.length + "条数据");
|
|
this.$modal.notifySuccess("共粘贴" + rowList.length + "条数据");
|
|
@@ -2524,7 +2525,8 @@ export default {
|
|
// 删除指定下标
|
|
// 删除指定下标
|
|
this.basicForm.puDemandItemList.splice(
|
|
this.basicForm.puDemandItemList.splice(
|
|
index,
|
|
index,
|
|
- this.basicForm.puDemandItemList.length - index,
|
|
|
|
|
|
+ newLine.length,
|
|
|
|
+ // this.basicForm.puDemandItemList.length - index,
|
|
...newLine
|
|
...newLine
|
|
);
|
|
);
|
|
this.$modal.notifySuccess("共粘贴" + rows.length + "条数据");
|
|
this.$modal.notifySuccess("共粘贴" + rows.length + "条数据");
|
|
@@ -2566,7 +2568,8 @@ export default {
|
|
// 删除指定下标
|
|
// 删除指定下标
|
|
this.basicForm.puDemandItemList.splice(
|
|
this.basicForm.puDemandItemList.splice(
|
|
index,
|
|
index,
|
|
- this.basicForm.puDemandItemList.length - index,
|
|
|
|
|
|
+ // this.basicForm.puDemandItemList.length - index,
|
|
|
|
+ newLine.length,
|
|
...newLine
|
|
...newLine
|
|
);
|
|
);
|
|
this.$modal.notifySuccess(
|
|
this.$modal.notifySuccess(
|
|
@@ -2621,7 +2624,8 @@ export default {
|
|
// 删除指定下标
|
|
// 删除指定下标
|
|
this.basicForm.puDemandItemList.splice(
|
|
this.basicForm.puDemandItemList.splice(
|
|
index,
|
|
index,
|
|
- this.basicForm.puDemandItemList.length - index,
|
|
|
|
|
|
+ // this.basicForm.puDemandItemList.length - index,
|
|
|
|
+ newLine.length,
|
|
...newLine
|
|
...newLine
|
|
);
|
|
);
|
|
this.$modal.notifySuccess(
|
|
this.$modal.notifySuccess(
|