|
|
@@ -637,6 +637,8 @@ export default {
|
|
|
let pos = 0;
|
|
|
this.spanArr = [];
|
|
|
this.form.resultList.forEach((item, index) => {
|
|
|
+ item.guaranteePeriodUnitCode=Number(item.guaranteePeriodUnitCode)
|
|
|
+ // console.log(item.guaranteePeriodUnitCode,'item.guaranteePeriodUnitCode')
|
|
|
if (index === 0) {
|
|
|
let obj = {}
|
|
|
this.columns.forEach(col => {
|