Commit 360665b1 authored by lvzhuangzhuang's avatar lvzhuangzhuang

1

parent 5a83a4a2
...@@ -43,7 +43,6 @@ export default { ...@@ -43,7 +43,6 @@ export default {
let jsonDataa = JSON.parse(data[i].historyContent); let jsonDataa = JSON.parse(data[i].historyContent);
for (let j = 0; j < jsonDataa.length; j++) { for (let j = 0; j < jsonDataa.length; j++) {
let dataa=window.luckysheet.transToData(jsonDataa[j].celldata); let dataa=window.luckysheet.transToData(jsonDataa[j].celldata);
console.log(dataa)
for (let k = 2; k < dataa.length; k++) { for (let k = 2; k < dataa.length; k++) {
let a0; let a0;
let a1; let a1;
...@@ -93,7 +92,7 @@ export default { ...@@ -93,7 +92,7 @@ export default {
a6=""; a6="";
} }
} }
debugger
if(data[i].id != null){ if(data[i].id != null){
this.from.hId = data[i].id; this.from.hId = data[i].id;
this.from.projectId =a0; this.from.projectId =a0;
...@@ -103,8 +102,6 @@ export default { ...@@ -103,8 +102,6 @@ export default {
this.from.nuitPrice =a5; this.from.nuitPrice =a5;
this.from.money =a6; this.from.money =a6;
this.from.createBy = data[i].createBy; this.from.createBy = data[i].createBy;
console.log(this.from)
addActSuppliesSixMinesSummaryTable(this.from).then(response => {}); addActSuppliesSixMinesSummaryTable(this.from).then(response => {});
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment